%3 ::xowiki::formfield::author ::xowiki::formfield::author pretty_value ::xowiki::formfield::user_id ::xowiki::formfield::user_id initialize pretty_value ::xowiki::formfield::author->::xowiki::formfield::user_id ::xowiki::formfield::party_id ::xowiki::formfield::party_id check=party_id_check ::xowiki::formfield::party_id->::xowiki::formfield::user_id ::xowiki::formfield::numeric ::xowiki::formfield::numeric answer_check=eq check=numeric convert_to_external convert_to_internal convert_to_internal_value initialize pretty_value render_input ::xowiki::formfield::user_id->::xowiki::formfield::numeric ::xowiki::formfield::text ::xowiki::formfield::text ::xowiki::formfield::numeric->::xowiki::formfield::text

Class ::xowiki::formfield::party_id

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

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xowiki::formfield::user_id[i]
::xotcl::Class create ::xowiki::formfield::party_id \
     -superclass ::xowiki::formfield::user_id

Methods (to be applied on instances)

  • check=party_id_check (scripted)

    if {$value eq ""} {return 1}
    return [::xo::dc 0or1row check_party {select 1 from parties where party_id = :value}]
  • validator (setter)