#include <html_form.h>

Protected Member Functions | |
HTMLLabelElement (HTMLLabelElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | impl |
Detailed Description
Form field label text.
See the LABEL element definition in HTML 4.0.
Definition at line 710 of file html_form.h.
Constructor & Destructor Documentation
◆ HTMLLabelElement() [1/4]
HTMLLabelElement::HTMLLabelElement | ( | ) |
Definition at line 619 of file html_form.cpp.
◆ HTMLLabelElement() [2/4]
HTMLLabelElement::HTMLLabelElement | ( | const HTMLLabelElement & | other | ) |
Definition at line 623 of file html_form.cpp.
◆ HTMLLabelElement() [3/4]
|
inline |
Definition at line 715 of file html_form.h.
◆ HTMLLabelElement() [4/4]
|
protected |
Definition at line 627 of file html_form.cpp.
◆ ~HTMLLabelElement()
HTMLLabelElement::~HTMLLabelElement | ( | ) |
Definition at line 643 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 647 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 658 of file html_form.cpp.
◆ operator=() [1/2]
HTMLLabelElement & HTMLLabelElement::operator= | ( | const HTMLLabelElement & | other | ) |
Definition at line 637 of file html_form.cpp.
◆ operator=() [2/2]
HTMLLabelElement & HTMLLabelElement::operator= | ( | const Node & | other | ) |
Definition at line 631 of file html_form.cpp.
◆ setAccessKey()
void HTMLLabelElement::setAccessKey | ( | const DOMString & | value | ) |
see accessKey
Definition at line 653 of file html_form.cpp.
◆ setHtmlFor()
void HTMLLabelElement::setHtmlFor | ( | const DOMString & | value | ) |
see htmlFor
Definition at line 664 of file html_form.cpp.
The documentation for this class was generated from the following files: