|
|
| |
File: c:/www/apache/doc2//form/form_element_password.inc
PHPLib Form Rewrite 11.02.2001 - Form
form_element_password
form_commonobject | +-- form_element | +-- form_element_textobject | +-- form_element_text | +-- form_element_password
Generates a password input field, [input type="password"]
|
private class form_element_password extends form_element_text
Generates a password input field, [input type="password"]
| Authors | Ulf Wendel <uw@netuse.de> |
| Version | $Id: form_element_password.inc,v 1.7 2001/01/06 01:02:59 uw Exp $ |
|
| |
|
Methods inherited from form_element_text |
| get |
|
Methods inherited from form_element_textobject |
| validate |
|
Methods inherited from form_element |
| form_element, setup, checkconfiguration, getvalue, gettype, isbutton, getvalidator, setvalidator, freeze, unfreeze, thawout, get, show, validate, validatelength, validateregex, dovalidation, react, setvalue, getjsonactivation, getcommonhtmlattributes, getfrozenhiddenelement, getfrozentable, getjs, getjsvalue, getextrajs, getname, ishidden |
|
|
|
|
|
|
|
|
|
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 |
|
|
|
Private Method Details |
getfrozen |
|
private void getfrozen( [ string $subelement ] )
|
| |
Returns thr HTML code of the frozen element.
Warning: documentation is missing.
|
| Parameter |
|
| string |
$subelement |
= >>""<< |
|
Some complex form elements consists of several
HTML form elements. Date e.g. uses several select boxes.
The subelement name allows you to retrive each of this
"subelements". To get the year selector of a "Ymd"
date element you would use the "Y" as a subelement name. |
|
| Returns |
void |
| See Also |
get(), show() |
|
|
|
|
|
| PHPDoc 1.0beta |