DOM::HTMLLegendElement Class Reference

#include <html_form.h>

Inheritance diagram for DOM::HTMLLegendElement:

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

Detailed Description

Provides a caption for a FIELDSET grouping.

See the LEGEND element definition in HTML 4.0.

Definition at line 709 of file html_form.h.


Public Member Functions

 HTMLLegendElement (const HTMLLegendElement &other)
 HTMLLegendElement (const Node &other)
HTMLLegendElementoperator= (const HTMLLegendElement &other)
HTMLLegendElementoperator= (const Node &other)
HTMLFormElement form () const
DOMString accessKey () const
void setAccessKey (const DOMString &)
DOMString align () const
void setAlign (const DOMString &)

Protected Member Functions

 HTMLLegendElement (HTMLLegendElementImpl *impl)

Member Function Documentation

DOMString HTMLLegendElement::accessKey  )  const
 

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

See the accesskey attribute definition in HTML 4.0.

Definition at line 660 of file html_form.cpp.

DOMString HTMLLegendElement::align  )  const
 

Text alignment relative to FIELDSET .

See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 671 of file html_form.cpp.

HTMLFormElement HTMLLegendElement::form  )  const
 

### KDE 4.0: remove

Reimplemented from DOM::Element.

Definition at line 655 of file html_form.cpp.

void HTMLLegendElement::setAccessKey const DOMString  ) 
 

see accessKey

Definition at line 666 of file html_form.cpp.

void HTMLLegendElement::setAlign const DOMString  ) 
 

see align

Definition at line 677 of file html_form.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys