KHTML
#include <html_form.h>
Protected Member Functions | |
HTMLOptionElement (HTMLOptionElementImpl *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
A selectable choice.
See the OPTION element definition in HTML 4.0.
Definition at line 1262 of file html_form.h.
Constructor & Destructor Documentation
HTMLOptionElement::HTMLOptionElement | ( | ) |
Definition at line 1158 of file html_form.cpp.
HTMLOptionElement::HTMLOptionElement | ( | const HTMLOptionElement & | other | ) |
Definition at line 1162 of file html_form.cpp.
|
inline |
Definition at line 1267 of file html_form.h.
|
protected |
Definition at line 1166 of file html_form.cpp.
HTMLOptionElement::~HTMLOptionElement | ( | ) |
Definition at line 1182 of file html_form.cpp.
Member Function Documentation
bool HTMLOptionElement::defaultSelected | ( | ) | const |
Stores the initial value of the selected
attribute.
Definition at line 1191 of file html_form.cpp.
bool HTMLOptionElement::disabled | ( | ) | const |
The control is unavailable in this context.
See the disabled attribute definition in HTML 4.0.
Definition at line 1219 of file html_form.cpp.
HTMLFormElement HTMLOptionElement::form | ( | ) | const |
KDE 4.0: remove
Definition at line 1186 of file html_form.cpp.
long HTMLOptionElement::index | ( | ) | const |
The index of this OPTION
in its parent SELECT
.
Definition at line 1208 of file html_form.cpp.
DOMString HTMLOptionElement::label | ( | ) | const |
Option label for use in hierarchical menus.
See the label attribute definition in HTML 4.0.
Definition at line 1230 of file html_form.cpp.
HTMLOptionElement & HTMLOptionElement::operator= | ( | const HTMLOptionElement & | other | ) |
Definition at line 1176 of file html_form.cpp.
HTMLOptionElement & HTMLOptionElement::operator= | ( | const Node & | other | ) |
Definition at line 1170 of file html_form.cpp.
bool HTMLOptionElement::selected | ( | ) | const |
Means that this option is initially selected.
See the selected attribute definition in HTML 4.0.
Definition at line 1241 of file html_form.cpp.
void HTMLOptionElement::setDefaultSelected | ( | bool | _defaultSelected | ) |
see defaultSelected
Definition at line 1197 of file html_form.cpp.
void HTMLOptionElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 1225 of file html_form.cpp.
void HTMLOptionElement::setIndex | ( | long | ) |
see index
This function is obsolete - the index property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
Definition at line 1214 of file html_form.cpp.
void HTMLOptionElement::setLabel | ( | const DOMString & | value | ) |
see label
Definition at line 1236 of file html_form.cpp.
void HTMLOptionElement::setSelected | ( | bool | _selected | ) |
see selected
Definition at line 1247 of file html_form.cpp.
void HTMLOptionElement::setValue | ( | const DOMString & | value | ) |
see value
Definition at line 1258 of file html_form.cpp.
DOMString HTMLOptionElement::text | ( | ) | const |
The text contained within the option element.
Definition at line 1202 of file html_form.cpp.
DOMString HTMLOptionElement::value | ( | ) | const |
The current form control value.
See the value attribute definition in HTML 4.0.
Definition at line 1252 of file html_form.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.