Packageindex Classtrees Modulegroups Elementlist Report XML Files
 
File: c:/www/apache/doc2//form/form_element_hidden.inc
PHPLib Form Rewrite 2001/03/01 - Form

form_element_hidden

form_commonobject
   |
  +-- form_element
     |
    +-- form_element_hidden

Generates hidden elements.

 

private class form_element_hidden extends form_element

Generates hidden elements.

AuthorsUlf Wendel <uw@netuse.de>
Version$Id: form_element_hidden.inc,v 1.4 2000/12/12 01:37:37 uw Exp $

 

Methods inherited from form_element

form_element, setup, checkconfiguration, getvalue, gettype, isbutton, getvalidator, setvalidator, freeze, unfreeze, thawout, getfrozen, show, validate, validatelength, validateregex, dovalidation, react, setvalue, getjsonactivation, getcommonhtmlattributes, getfrozenhiddenelement, getfrozentable, getjs, getjsvalue, getextrajs, getname, ishidden

Methods inherited from form_commonobject

introspection

Private Method Summary

void

get([ string $value ])

Returns the HTML code of the element.Warning: documentation is missing.

Fields inherited from form_element

$flag_config_ok, $elname, $name, $value, $additional_html, $frozen, $class, $id, $style, $shared_required_fields, $required_fields, $shared_optional_fields, $optional_fields, $method, $val_events, $js_mode, $form_name, $validator, $js_validator

Fields inherited from form_commonobject

$cr_html, $exceptions

Private Method Details

get

private void get( [ string $value ] )

  Returns the HTML code of the element.

Warning: documentation is missing.

Parameter
string $value = >>""<<
The value is only used with radio buttons.
If the given value is equal to the value of the
element when it was defined, the radio gets selected.
Returns void

See Also getfrozen(), show()


Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta