DOM::HTMLLabelElement Class Reference
#include <html_form.h>
Inheritance diagram for DOM::HTMLLabelElement:

Detailed Description
Form field label text.See the LABEL element definition in HTML 4.0.
Definition at line 710 of file html_form.h.
Public Member Functions | |
HTMLLabelElement () | |
HTMLLabelElement (const HTMLLabelElement &other) | |
HTMLLabelElement (const Node &other) | |
HTMLLabelElement & | operator= (const HTMLLabelElement &other) |
HTMLLabelElement & | operator= (const Node &other) |
~HTMLLabelElement () | |
DOMString | accessKey () const |
void | setAccessKey (const DOMString &) |
DOMString | htmlFor () const |
void | setHtmlFor (const DOMString &) |
Protected Member Functions | |
HTMLLabelElement (HTMLLabelElementImpl *impl) |
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.
void HTMLLabelElement::setAccessKey | ( | const DOMString & | ) |
void HTMLLabelElement::setHtmlFor | ( | const DOMString & | ) |
The documentation for this class was generated from the following files: