KHTML
#include <html_form.h>
Protected Member Functions | |
HTMLButtonElement (HTMLButtonElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) | |
Detailed Description
Push button.
See the BUTTON element definition in HTML 4.0.
Definition at line 50 of file html_form.h.
Constructor & Destructor Documentation
HTMLButtonElement::HTMLButtonElement | ( | ) |
Definition at line 35 of file html_form.cpp.
HTMLButtonElement::HTMLButtonElement | ( | const HTMLButtonElement & | other | ) |
Definition at line 39 of file html_form.cpp.
|
inline |
Definition at line 55 of file html_form.h.
|
protected |
Definition at line 43 of file html_form.cpp.
HTMLButtonElement::~HTMLButtonElement | ( | ) |
Definition at line 59 of file html_form.cpp.
Member Function Documentation
DOMString HTMLButtonElement::accessKey | ( | ) | const |
A single character access key to give access to the form control.
See the accesskey attribute definition in HTML 4.0.
Definition at line 68 of file html_form.cpp.
void HTMLButtonElement::blur | ( | ) |
Removes keyboard focus from this element.
Definition at line 107 of file html_form.cpp.
bool HTMLButtonElement::disabled | ( | ) | const |
The control is unavailable in this context.
See the disabled attribute definition in HTML 4.0.
Definition at line 79 of file html_form.cpp.
void HTMLButtonElement::focus | ( | ) |
Gives keyboard focus to this element.
Definition at line 101 of file html_form.cpp.
HTMLFormElement HTMLButtonElement::form | ( | ) | const |
Returns the FORM
element containing this control.
Returns null if this control is not within the context of a form.
Definition at line 63 of file html_form.cpp.
DOMString HTMLButtonElement::name | ( | ) | const |
Form control or object name when submitted with a form.
See the name attribute definition in HTML 4.0.
Definition at line 90 of file html_form.cpp.
HTMLButtonElement & HTMLButtonElement::operator= | ( | const HTMLButtonElement & | other | ) |
Definition at line 53 of file html_form.cpp.
HTMLButtonElement & HTMLButtonElement::operator= | ( | const Node & | other | ) |
Definition at line 47 of file html_form.cpp.
void HTMLButtonElement::setAccessKey | ( | const DOMString & | value | ) |
see accessKey
Definition at line 74 of file html_form.cpp.
void HTMLButtonElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 85 of file html_form.cpp.
void HTMLButtonElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 96 of file html_form.cpp.
void HTMLButtonElement::setTabIndex | ( | long | _tabIndex | ) |
see tabIndex
Definition at line 119 of file html_form.cpp.
void HTMLButtonElement::setValue | ( | const DOMString & | value | ) |
see value
Definition at line 139 of file html_form.cpp.
long HTMLButtonElement::tabIndex | ( | ) | const |
Index that represents the element's position in the tabbing order.
See the tabindex attribute definition in HTML 4.0.
Definition at line 113 of file html_form.cpp.
DOMString HTMLButtonElement::type | ( | ) | const |
The type of button.
See the type attribute definition in HTML 4.0.
Definition at line 125 of file html_form.cpp.
DOMString HTMLButtonElement::value | ( | ) | const |
The current form control value.
See the value attribute definition in HTML 4.0.
Definition at line 131 of file html_form.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.