Class ::xowiki::formfield::regression_test_mycompound

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

Class Relations

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

Methods (to be applied on instances)

  • initialize (scripted)

    if {${:__state} ne "after_specs"} return
    :create_components  [subst {
        {start_on_publish {checkbox,default=t,options={YES t}}}
        {whatever   {text}}
    }]
    set :__initialized 1