%3 ::xowiki::formfield::boolean ::xowiki::formfield::boolean initialize value_if_nothing_is_returned_from_form ::xowiki::formfield::radio ::xowiki::formfield::radio initialize render_input ::xowiki::formfield::boolean->::xowiki::formfield::radio ::xowiki::formfield::scale ::xowiki::formfield::scale initialize ::xowiki::formfield::scale->::xowiki::formfield::radio ::xowiki::formfield::enumeration ::xowiki::formfield::enumeration add_statistics answer_is_correct config_from_category_tree get_labels ggw initialize make_correct pretty_value render_input render_label_classes render_label_text render_result_statistics scores stats_record_detail value_if_nothing_is_returned_from_form ::xowiki::formfield::radio->::xowiki::formfield::enumeration ::xowiki::formfield::ShuffleField ::xowiki::formfield::ShuffleField ::xowiki::formfield::enumeration->::xowiki::formfield::ShuffleField

Class ::xowiki::formfield::boolean

::xowiki::formfield::boolean[i] create ... \
           [ -default (default "t") ]

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xowiki::formfield::radio[i]
::xotcl::Class create ::xowiki::formfield::boolean \
     -superclass ::xowiki::formfield::radio

Methods (to be applied on instances)

  • default (setter)

  • initialize (scripted)

    # should be with cvs head message catalogs:
    set :options "{#acs-kernel.common_Yes# t} {#acs-kernel.common_No# f}"
    next
  • value_if_nothing_is_returned_from_form (scripted)

    if {[:is_disabled]} {
      return $default
    } else {
      return f
    }