DOM::HTMLLegendElement Class Reference
Provides a caption for aFIELDSET
grouping.
More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLLegendElement:

Public Member Functions | |
HTMLLegendElement (const HTMLLegendElement &other) | |
HTMLLegendElement (const Node &other) | |
HTMLLegendElement & | operator= (const HTMLLegendElement &other) |
HTMLLegendElement & | operator= (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) |
Detailed Description
Provides a caption for aFIELDSET
grouping.
See the LEGEND element definition in HTML 4.0.
Definition at line 765 of file html_form.h.
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 704 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 715 of file html_form.cpp.
HTMLFormElement HTMLLegendElement::form | ( | ) | const |
void HTMLLegendElement::setAccessKey | ( | const DOMString & | value | ) |
void HTMLLegendElement::setAlign | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: