KHTML
DOM::HTMLLabelElement Class Reference
Form field label text. More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLLabelElement:
Public Member Functions | |
DOMString | accessKey () const |
DOMString | htmlFor () const |
HTMLLabelElement (const Node &other) | |
HTMLLabelElement (const HTMLLabelElement &other) | |
HTMLLabelElement () | |
HTMLLabelElement & | operator= (const Node &other) |
HTMLLabelElement & | operator= (const HTMLLabelElement &other) |
void | setAccessKey (const DOMString &) |
void | setHtmlFor (const DOMString &) |
~HTMLLabelElement () | |
Protected Member Functions | |
HTMLLabelElement (HTMLLabelElementImpl *impl) |
Detailed Description
Form field label text.See the LABEL element definition in HTML 4.0.
Definition at line 710 of file html_form.h.
Constructor & Destructor Documentation
HTMLLabelElement::HTMLLabelElement | ( | ) |
Definition at line 619 of file html_form.cpp.
HTMLLabelElement::HTMLLabelElement | ( | const HTMLLabelElement & | other | ) |
Definition at line 623 of file html_form.cpp.
DOM::HTMLLabelElement::HTMLLabelElement | ( | const Node & | other | ) | [inline] |
Definition at line 715 of file html_form.h.
HTMLLabelElement::HTMLLabelElement | ( | HTMLLabelElementImpl * | impl | ) | [protected] |
Definition at line 627 of file html_form.cpp.
HTMLLabelElement::~HTMLLabelElement | ( | ) |
Definition at line 643 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 647 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 658 of file html_form.cpp.
HTMLLabelElement & HTMLLabelElement::operator= | ( | const Node & | other | ) |
HTMLLabelElement & HTMLLabelElement::operator= | ( | const HTMLLabelElement & | other | ) |
Definition at line 637 of file html_form.cpp.
void HTMLLabelElement::setAccessKey | ( | const DOMString & | value | ) |
void HTMLLabelElement::setHtmlFor | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: