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


| Public Member Functions | |
| HTMLLabelElement (const HTMLLabelElement &other) | |
| HTMLLabelElement (const Node &other) | |
| HTMLLabelElement & | operator= (const HTMLLabelElement &other) | 
| HTMLLabelElement & | operator= (const Node &other) | 
| DOMString | accessKey () const | 
| void | setAccessKey (const DOMString &) | 
| DOMString | htmlFor () const | 
| 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 643 of file html_form.h.
Member Function Documentation
| 
 | 
| A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0. Definition at line 591 of file html_form.cpp. | 
| 
 | 
| see accessKey 
 Definition at line 597 of file html_form.cpp. | 
| 
 | 
| 
This attribute links this label with another form control by  See the for attribute definition in HTML 4.0. Definition at line 602 of file html_form.cpp. | 
| 
 | 
| see htmlFor 
 Definition at line 608 of file html_form.cpp. | 
The documentation for this class was generated from the following files:

