KHTML
DOM::HTMLLabelElement Class Reference
Form field label text. More...
#include <html_form.h>

Public Member Functions | |
| HTMLLabelElement () | |
| HTMLLabelElement (const HTMLLabelElement &other) | |
| HTMLLabelElement (const Node &other) | |
| ~HTMLLabelElement () | |
| DOMString | accessKey () const |
| DOMString | htmlFor () const |
| HTMLLabelElement & | operator= (const Node &other) |
| HTMLLabelElement & | operator= (const HTMLLabelElement &other) |
| void | setAccessKey (const DOMString &) |
| void | setHtmlFor (const DOMString &) |
Protected Member Functions | |
| HTMLLabelElement (HTMLLabelElementImpl *impl) | |
Detailed Description
Form field label text.
See the LABEL element definition in HTML 4.0.
Definition at line 709 of file html_form.h.
Constructor & Destructor Documentation
| HTMLLabelElement::HTMLLabelElement | ( | ) |
Definition at line 622 of file html_form.cpp.
| HTMLLabelElement::HTMLLabelElement | ( | const HTMLLabelElement & | other | ) |
Definition at line 626 of file html_form.cpp.
| DOM::HTMLLabelElement::HTMLLabelElement | ( | const Node & | other | ) | [inline] |
Definition at line 714 of file html_form.h.
| HTMLLabelElement::HTMLLabelElement | ( | HTMLLabelElementImpl * | impl | ) | [protected] |
Definition at line 630 of file html_form.cpp.
| HTMLLabelElement::~HTMLLabelElement | ( | ) |
Definition at line 646 of file html_form.cpp.
Member Function Documentation
| DOMString HTMLLabelElement::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 650 of file html_form.cpp.
| DOMString HTMLLabelElement::htmlFor | ( | ) | const |
This attribute links this label with another form control by id attribute.
See the for attribute definition in HTML 4.0.
Definition at line 661 of file html_form.cpp.
| HTMLLabelElement & HTMLLabelElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 634 of file html_form.cpp.
| HTMLLabelElement & HTMLLabelElement::operator= | ( | const HTMLLabelElement & | other | ) |
Definition at line 640 of file html_form.cpp.
| void HTMLLabelElement::setAccessKey | ( | const DOMString & | value | ) |
see accessKey
Definition at line 656 of file html_form.cpp.
| void HTMLLabelElement::setHtmlFor | ( | const DOMString & | value | ) |
see htmlFor
Definition at line 667 of file html_form.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference