KHTML
DOM::HTMLLegendElement Class Reference
Provides a caption for aFIELDSET
grouping.
More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLLegendElement:
Public Member Functions | |
DOMString | accessKey () const |
DOMString | align () const |
HTMLFormElement | form () const |
HTMLLegendElement (const Node &other) | |
HTMLLegendElement (const HTMLLegendElement &other) | |
HTMLLegendElement () | |
HTMLLegendElement & | operator= (const Node &other) |
HTMLLegendElement & | operator= (const HTMLLegendElement &other) |
void | setAccessKey (const DOMString &) |
void | setAlign (const DOMString &) |
~HTMLLegendElement () | |
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.
Constructor & Destructor Documentation
HTMLLegendElement::HTMLLegendElement | ( | ) |
Definition at line 671 of file html_form.cpp.
HTMLLegendElement::HTMLLegendElement | ( | const HTMLLegendElement & | other | ) |
Definition at line 675 of file html_form.cpp.
DOM::HTMLLegendElement::HTMLLegendElement | ( | const Node & | other | ) | [inline] |
Definition at line 770 of file html_form.h.
HTMLLegendElement::HTMLLegendElement | ( | HTMLLegendElementImpl * | impl | ) | [protected] |
Definition at line 679 of file html_form.cpp.
HTMLLegendElement::~HTMLLegendElement | ( | ) |
Definition at line 695 of file html_form.cpp.
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 |
HTMLLegendElement & HTMLLegendElement::operator= | ( | const Node & | other | ) |
HTMLLegendElement & HTMLLegendElement::operator= | ( | const HTMLLegendElement & | other | ) |
Definition at line 689 of file html_form.cpp.
void HTMLLegendElement::setAccessKey | ( | const DOMString & | value | ) |
void HTMLLegendElement::setAlign | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: