Class ::xowiki::formfield::regression_test_compound_with_repeat
::xowiki::formfield::regression_test_compound_with_repeat
create ...
Class Relations
- class: ::xotcl::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::xowiki::formfield::CompoundField
![[i]](/resources/acs-subsite/ZoomIn16.gif)
::xotcl::Class create ::xowiki::formfield::regression_test_compound_with_repeat \
-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={X X} {Y Y} {Z Z}}}
{acheckbox {checkbox,label=The Checkbox,options={X X} {Y Y} {Z Z}}}
{aselect {select,label=The Select,options={X X} {Y Y} {Z Z}}}
{amultiselect {select,multiple=true,label=The Select,options={X X} {Y Y} {Z Z}}}
{arepeatedcompound {regression_test_compound_with_repeat2,repeat=0..5,label=The nested compound}}
}