|
|
| |
File: c:/www/apache/doc2//form/form_element_buttonobject.inc
PHPLib Form Rewrite 2001/03/01 - Form
form_element_buttonobject
form_commonobject | +-- form_element | +-- form_element_buttonobject
Superclass of all buttons.
|
public abstract class form_element_buttonobject extends form_element
Superclass of all buttons.
| Authors | Ulf Wendel <uw@netuse.de> |
| Version | $Id: form_element_buttonobject.inc,v 1.4 2000/12/12 01:37:34 uw Exp $ |
|
| |
|
Direct known subclasses: form_element_file, form_element_submit
|
|
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 Field Summary |
| string |
$accesskeyHTML 4.0 attribute accesskey |
| integer |
$tabindexHTML 4.0 attribute tabindex |
|
Private Method Details |
getFrozen |
|
private void getFrozen( [ string $value ] )
|
| |
Returns thr HTML code of the frozen 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 |
get(), show() |
|
|
Private Field Details |
$accesskey |
|
private string $accesskey
>>""<<
HTML 4.0 attribute accesskey
There's no warranty that all all major browsers support this attribute.
|
|
$tabindex |
|
private integer $tabindex
>>-1<<
HTML 4.0 attribute tabindex
There's no warranty that all all major browsers support this attribute.
|
|
|
|
|
|
| PHPDoc 1.0beta |