DOM::HTMLButtonElement Class Reference
Push button. More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLButtonElement:

Public Methods | |
HTMLButtonElement & | operator= (const Node &other) |
HTMLFormElement | form () const |
Returns the FORM element containing this control. | |
DOMString | accessKey () const |
A single character access key to give access to the form control. | |
void | setAccessKey (const DOMString &) |
see accessKey | |
bool | disabled () const |
The control is unavailable in this context. | |
void | setDisabled (bool) |
see disabled | |
DOMString | name () const |
Form control or object name when submitted with a form. | |
void | setName (const DOMString &) |
see name | |
long | tabIndex () const |
Index that represents the element's position in the tabbing order. | |
void | setTabIndex (long) |
see tabIndex | |
DOMString | type () const |
The type of button. | |
DOMString | value () const |
The current form control value. | |
void | setValue (const DOMString &) |
see value |
Detailed Description
Push button.See the BUTTON element definition in HTML 4.0.
Definition at line 49 of file html_form.h.
Member Function Documentation
|
Returns the Returns null if this control is not within the context of a form. Reimplemented from DOM::Element. Definition at line 65 of file html_form.cpp. |
|
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0. Definition at line 70 of file html_form.cpp. |
|
see accessKey
Definition at line 76 of file html_form.cpp. |
|
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0. Definition at line 81 of file html_form.cpp. |
|
see disabled
Definition at line 87 of file html_form.cpp. |
|
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0. Definition at line 92 of file html_form.cpp. |
|
see name
Definition at line 98 of file html_form.cpp. |
|
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0. Definition at line 103 of file html_form.cpp. |
|
see tabIndex
Definition at line 109 of file html_form.cpp. |
|
The type of button. See the type attribute definition in HTML 4.0. Definition at line 115 of file html_form.cpp. |
|
The current form control value. See the value attribute definition in HTML 4.0. Definition at line 121 of file html_form.cpp. References DOM::DOMString::isNull(). |
|
see value
Definition at line 129 of file html_form.cpp. |
The documentation for this class was generated from the following files: