Inheritance diagram for HTML_Button:

Public Member Functions | |
| HTML_Button (const QString &n, const QString &jsref) | |
| virtual const char * | className () const |
| void | submit () |
This class provides the available API for HTML button and submit input elements.
|
|
Returns the specialized class name of the HTML object, such as HTML_Button. Reimplemented from HTML_ButtonBase. |
|
|
For normal buttons, this is the same as click(). For submit buttons, this invokes the submit action of the button's form. |
1.4.4