KHTML
#include <html_form.h>

Protected Member Functions | |
HTMLLabelElement (HTMLLabelElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) |
Detailed Description
Form field label text.
See the LABEL element definition in HTML 4.0.
Definition at line 709 of file html_form.h.
Constructor & Destructor Documentation
◆ HTMLLabelElement() [1/4]
HTMLLabelElement::HTMLLabelElement | ( | ) |
Definition at line 622 of file html_form.cpp.
◆ HTMLLabelElement() [2/4]
HTMLLabelElement::HTMLLabelElement | ( | const HTMLLabelElement & | other | ) |
Definition at line 626 of file html_form.cpp.
◆ HTMLLabelElement() [3/4]
|
inline |
Definition at line 714 of file html_form.h.
◆ HTMLLabelElement() [4/4]
|
protected |
Definition at line 630 of file html_form.cpp.
◆ ~HTMLLabelElement()
HTMLLabelElement::~HTMLLabelElement | ( | ) |
Definition at line 646 of file html_form.cpp.
Member Function Documentation
◆ accessKey()
DOMString HTMLLabelElement::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 650 of file html_form.cpp.
◆ htmlFor()
DOMString HTMLLabelElement::htmlFor | ( | ) | const |
This attribute links this label with another form control by id
attribute.
See the for attribute definition in HTML 4.0.
Definition at line 661 of file html_form.cpp.
◆ operator=() [1/2]
HTMLLabelElement & HTMLLabelElement::operator= | ( | const HTMLLabelElement & | other | ) |
Definition at line 640 of file html_form.cpp.
◆ operator=() [2/2]
HTMLLabelElement & HTMLLabelElement::operator= | ( | const Node & | other | ) |
Definition at line 634 of file html_form.cpp.
◆ setAccessKey()
void HTMLLabelElement::setAccessKey | ( | const DOMString & | value | ) |
see accessKey
Definition at line 656 of file html_form.cpp.
◆ setHtmlFor()
void HTMLLabelElement::setHtmlFor | ( | const DOMString & | value | ) |
see htmlFor
Definition at line 667 of file html_form.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.