KHTML
#include <html_form.h>

Protected Member Functions | |
HTMLLegendElement (HTMLLegendElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Detailed Description
Provides a caption for a FIELDSET
grouping.
See the LEGEND element definition in HTML 4.0.
Definition at line 764 of file html_form.h.
Constructor & Destructor Documentation
◆ HTMLLegendElement() [1/4]
HTMLLegendElement::HTMLLegendElement | ( | ) |
Definition at line 674 of file html_form.cpp.
◆ HTMLLegendElement() [2/4]
HTMLLegendElement::HTMLLegendElement | ( | const HTMLLegendElement & | other | ) |
Definition at line 678 of file html_form.cpp.
◆ HTMLLegendElement() [3/4]
|
inline |
Definition at line 769 of file html_form.h.
◆ HTMLLegendElement() [4/4]
|
protected |
Definition at line 682 of file html_form.cpp.
◆ ~HTMLLegendElement()
HTMLLegendElement::~HTMLLegendElement | ( | ) |
Definition at line 698 of file html_form.cpp.
Member Function Documentation
◆ accessKey()
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 707 of file html_form.cpp.
◆ align()
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 718 of file html_form.cpp.
◆ form()
HTMLFormElement HTMLLegendElement::form | ( | ) | const |
KDE 4.0: remove
Definition at line 702 of file html_form.cpp.
◆ operator=() [1/2]
HTMLLegendElement & HTMLLegendElement::operator= | ( | const HTMLLegendElement & | other | ) |
Definition at line 692 of file html_form.cpp.
◆ operator=() [2/2]
HTMLLegendElement & HTMLLegendElement::operator= | ( | const Node & | other | ) |
Definition at line 686 of file html_form.cpp.
◆ setAccessKey()
void HTMLLegendElement::setAccessKey | ( | const DOMString & | value | ) |
see accessKey
Definition at line 713 of file html_form.cpp.
◆ setAlign()
void HTMLLegendElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 724 of file html_form.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.