Inheritance diagram for HTML_FormElement:

Public Member Functions | |
| HTML_FormElement (const QString &n, const QString &jsref) | |
| virtual const char * | className () const |
| bool | disabled () const |
| void | setDisabled (bool b) |
| const char * | type () const |
| virtual void | focus () |
Properties | |
| bool | disabled |
| char | type |
This class is the base class and provides the available API for all HTML input elements such as button, text, etc.
|
|
Returns the specialized class name of the HTML object, such as HTML_Button. Reimplemented from HTML_Object. Reimplemented in HTML_ButtonBase, HTML_Button, HTML_RadioButton, HTML_CheckBox, HTML_ImageButton, HTML_TextBase, HTML_Text, HTML_TextArea, HTML_Select, and HTML_CustomItemView. |
|
|
Sets the focus onto this form element. |
|
|
Disables this form element. |
|
|
Returns whether this form element is disabled. |
|
|
Returns the type (such as text, select, button, etc.) of this form element. |
1.4.4