|
|
File: c:/www/apache/doc2//form/form_element_checkobject.inc
PHPLib Form Rewrite 2001/03/01 - Form
form_element_checkobject
form_commonobject | +-- form_element | +-- form_element_checkobject
Superclass of radio and checkbox elements
|
private abstract class form_element_checkobject extends form_element
Superclass of radio and checkbox elements
Authors | Ulf Wendel <uw@netuse.de> |
Version | $Id: form_element_checkobject.inc,v 1.5 2000/12/12 01:37:35 uw Exp $ |
|
|
Direct known subclasses: form_element_checkbox, form_element_radio
|
|
Methods inherited from form_element |
form_element, setup, checkconfiguration, getvalue, gettype, isbutton, getvalidator, setvalidator, freeze, unfreeze, thawout, get, getfrozen, show, validate, validatelength, validateregex, dovalidation, react, setvalue, getcommonhtmlattributes, getfrozenhiddenelement, getfrozentable, getjs, getjsvalue, getextrajs, getname, ishidden |
|
|
Private Method Summary |
string |
getJSonActivation()Return a JavaScript onClick attribute if strong Javascript validation is activeWarning: 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, $method, $val_events, $js_mode, $form_name, $validator, $js_validator |
|
|
Private Field Summary |
boolean |
$checkedFlag indication that the element is checked. |
string |
$accesskeyHTML 4.0 attribute accesskey |
integer |
$tabindexHTML 4.0 attribute tabindex |
array |
$optional_fieldsList of optional fields provided by a derived class. |
|
Private Method Details |
getJSonActivation |
private string getJSonActivation( )
|
|
Return a JavaScript onClick attribute if strong Javascript validation is active
Warning: documentation is missing.
|
Returns |
string |
|
|
Private Field Details |
$checked |
private boolean $checked
>>false <<
Flag indication that the element is checked.
|
|
$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.
|
|
$optional_fields |
private array $optional_fields
>>array (
"tabindex" => "integer",
"accesskey" => "string",
"checked" => "boolean"
) <<
List of optional fields provided by a derived class.
|
See Also |
$shared_optional_fields, $required_fields |
|
|
|
|
PHPDoc 1.0beta |