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 |
HTMLFormElement form ()
| form |
[const]
Returns the FORM
element containing this
control. Returns null if this control is not within the context
of a form.
deprecated - don't use. Provided for KDE2 compatibility only.
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: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |