Class ::xowiki::formfield::regression_test_compound_with_repeat2

::xowiki::formfield::regression_test_compound_with_repeat2[i] create ...

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xowiki::formfield::CompoundField[i]
::xotcl::Class create ::xowiki::formfield::regression_test_compound_with_repeat2 \
     -superclass ::xowiki::formfield::CompoundField

Methods (to be applied on instances)

  • initialize (scripted)

    :create_components  {
        {anumber {numeric,label=The Number}}
        {atext {text,label=The Text}}
        {arichtext {richtext,label=The Richtext}}
        {aradio {radio,label=The Radio,options={A A} {B B} {C C}}}
        {acheckbox {checkbox,label=The Checkbox,options={A A} {B B} {C C}}}
        {aselect {select,label=The Select,options={A A} {B B} {C C}}}
        {amultiselect {select,multiple=true,label=The Select,options={A A} {B B} {C C}}}
    }