|
|
A selectable choice. See the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTION"> OPTION element definition </a> in HTML 4.0.
| HTMLFormElement |
[const]
Returns the <code> FORM </code> element containing this control. Returns null if this control is not within the context of a form.
| bool |
[const]
Stores the initial value of the <code> selected </code> attribute.
| void |
see defaultSelected
| DOMString |
[const]
The text contained within the option element.
| long |
[const]
The index of this <code> OPTION </code> in its parent <code> SELECT </code> .
Reimplemented from Node
| void |
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)
| bool |
[const]
The control is unavailable in this context. See the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-disabled"> disabled attribute definition </a> in HTML 4.0.
| void |
see disabled
| DOMString |
[const]
Option label for use in hierarchical menus. See the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-label-OPTION"> label attribute definition </a> in HTML 4.0.
| void |
see label
| bool |
[const]
Means that this option is initially selected. See the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-selected"> selected attribute definition </a> in HTML 4.0.
| void |
see selected
| DOMString |
[const]
The current form control value. See the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-value-OPTION"> value attribute definition </a> in HTML 4.0.
| void |
see value
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |