Class ::xowiki::formfield::FormField (public)

 ::xotcl::Class ::xowiki::formfield::FormField[i] \
    [ -language_specific language_specific ]

Defined in /var/www/openacs.org/packages/xowiki/tcl/form-field-procs.tcl

Base FormField class. FormFields are objects, which can be outputted as well in ad_forms or asHTML included in wiki pages. FormFields support: - validation - help_text - error messages - internationalized pretty_values and inherit properties of the original datatypes via slots (e.g. for boolean entries). FormFields can be subclassed to ensure tailor-ability and high reuse. todo: at some later time, this could go into xotcl-core.

Switches:
-language_specific (optional)
this parameter decides that the value collected by this formfield should be transparently stored as a message key. The translation language is that of the current package, determined by 'use_connection_locale' package parameter, connection locale and system settings.

Testcases:
No testcase defined.
[ show source ]
Show another procedure: