|
|
| |
File: c:/www/apache/doc2//form/form_element_text.inc
PHPLib Form Rewrite 11.02.2001 - Form
form_element_text
form_commonobject | +-- form_element | +-- form_element_textobject | +-- form_element_text
Generates a text input field, [input type="text"].
|
Generates a text input field, [input type="text"].
| Authors | Ulf Wendel <uw@netuse.de> |
| Version | $Id: form_element_text.inc,v 1.8 2001/01/06 01:03:02 uw Exp $ |
|
| |
|
Direct known subclasses: form_element_password
|
|
|
|
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 |
|
|
|
|
|
|
|
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, $method, $val_events, $js_mode, $form_name, $validator, $js_validator |
|
|
|
Private Field Summary |
| integer |
$sizeHTML size attribute. |
| array |
$optional_fieldsList of optional fields provided by a derived class. |
|
Private Method Details |
get |
|
private void get( [ string $subelement ] )
|
| |
Returns the HTML code of the 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 |
getfrozen(), show() |
|
|
Private Field Details |
$size |
|
private integer $size
>>-1<<
HTML size attribute.
|
|
$optional_fields |
|
private array $optional_fields
>>array (
"size" => "integer",
"length_e" => "string",
"minlength" => "integer",
"maxlength" => "integer",
"valid_e" => "string",
"valid_regex" => "string",
"valid_icase" => "boolean",
"readonly" => "boolean",
"tabindex" => "integer",
"accesskey" => "string",
"id" => "string",
"class" => "string",
"style" => "string"
)<<
List of optional fields provided by a derived class.
|
| See Also |
$shared_optional_fields, $required_fields |
|
|
|
|
|
| PHPDoc 1.0beta |