khtml Library API Documentation

DOM::HTMLLabelElement Class Reference

Form field label text. More...

#include <html_form.h>

Inheritance diagram for DOM::HTMLLabelElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Methods

HTMLLabelElement & operator= (const Node &other)
DOMString accessKey () const
 A single character access key to give access to the form control.

void setAccessKey (const DOMString &)
 see accessKey

DOMString htmlFor () const
 This attribute links this label with another form control by id attribute.

void setHtmlFor (const DOMString &)
 see htmlFor


Detailed Description

Form field label text.

See the LABEL element definition in HTML 4.0.

Definition at line 641 of file html_form.h.


Member Function Documentation

DOMString HTMLLabelElement::accessKey  
 

A single character access key to give access to the form control.

See the accesskey attribute definition in HTML 4.0.

Definition at line 596 of file html_form.cpp.

void HTMLLabelElement::setAccessKey const DOMString  
 

see accessKey

Definition at line 602 of file html_form.cpp.

DOMString HTMLLabelElement::htmlFor  
 

This attribute links this label with another form control by id attribute.

See the for attribute definition in HTML 4.0.

Definition at line 607 of file html_form.cpp.

void HTMLLabelElement::setHtmlFor const DOMString  
 

see htmlFor

Definition at line 613 of file html_form.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:46 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001