class HTMLLabelElement
|
Form field label text. More... |
|
|
Public Methods
Protected Methods
Form field label text. See the
LABEL element definition in HTML 4.0.
HTMLLabelElement ()
| HTMLLabelElement |
HTMLLabelElement (const HTMLLabelElement &other)
| HTMLLabelElement |
HTMLLabelElement (const Node &other)
| HTMLLabelElement |
HTMLLabelElement (HTMLLabelElementImpl *impl)
| HTMLLabelElement |
[protected]
HTMLLabelElement & operator = (const HTMLLabelElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLLabelElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLLabelElement ()
| ~HTMLLabelElement |
DOMString accessKey ()
| accessKey |
[const]
A single character access key to give access to the form
control. See the
accesskey attribute definition in HTML 4.0.
void setAccessKey ( const DOMString & )
| setAccessKey |
see accessKey
DOMString htmlFor ()
| htmlFor |
[const]
This attribute links this label with another form control by
id
attribute. See the
for attribute definition in HTML 4.0.
void setHtmlFor ( const DOMString & )
| setHtmlFor |
see htmlFor
Generated by: root on i386.ports.openbsd.org on Tue Sep 9 03:46:15 2003, using kdoc 2.0a54. |