|
|
| |
File: c:/www/apache/doc2//form/form_element_submit.inc
PHPLib Form Rewrite 11.02.2001 - Form
form_element_submit
form_commonobject | +-- form_element | +-- form_element_buttonobject | +-- form_element_submit
Generates text submit buttons, [input type="submit"].
|
Generates text submit buttons, [input type="submit"].
| Authors | Ulf Wendel <uw@netuse.de> |
| Version | $Id: form_element_submit.inc,v 1.9 2001/01/14 20:08:42 uw Exp $ |
|
| |
|
Direct known subclasses: form_element_image, form_element_reset
|
|
Methods inherited from form_element_buttonobject |
| getfrozen |
|
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 |
$widthHTML width attribute. |
| integer |
$heightHTML height 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 |
$width |
|
private integer $width
>>-1<<
HTML width attribute.
|
|
$height |
|
private integer $height
>>-1<<
HTML height attribute.
|
|
$optional_fields |
|
private array $optional_fields
>>array (
"accesskey" => "string",
"tabindex" => "integer",
"width" => "integer",
"height" => "integer"
)<<
List of optional fields provided by a derived class.
|
| See Also |
$shared_optional_fields, $required_fields |
|
|
|
|
|
| PHPDoc 1.0beta |