class HTMLLabelElement

Form field label text. More...

Full nameDOM::HTMLLabelElement
Definition#include <html_form.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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  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 ()

[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 & )

see accessKey

DOMString  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 & )

see htmlFor


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.