class DOM.HTMLOptionElement |
|
|
A selectable choice. See the OPTION element definition in HTML 4.0.
|
|
|
|
|
|
Stores the initial value of the selected attribute.
|
|
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0.
|
|
###KDE 4.0: remove |
|
The index of this OPTION in its parent SELECT .
|
|
Option label for use in hierarchical menus. See the label attribute definition in HTML 4.0.
|
|
Means that this option is initially selected. See the selected attribute definition in HTML 4.0.
|
|
see defaultSelected |
|
see disabled |
|
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) |
|
see label |
|
see selected |
|
see value |
|
The text contained within the option element.
|
|
The current form control value. See the value attribute definition in HTML 4.0.
|