|
|
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.
| HTMLFormElement |
[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 |
[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 |
see accessKey
| DOMString |
[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 |
see htmlFor
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |