class HTMLLabelElement
|
Form field label text. More... |
|
|
Public Methods
Protected Methods
Form field label text. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-LABEL">
LABEL element definition </a> 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 <code> FORM </code> 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 <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey">
accesskey attribute definition </a> 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
<code> id </code> attribute. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-for">
for attribute definition </a> in HTML 4.0.
void setHtmlFor ( const DOMString & )
| setHtmlFor |
see htmlFor
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |