import "HTMLOptionElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLOptionElement:


Public Attributes | |
| readonly attribute HTMLFormElement | form |
| attribute boolean | defaultSelected |
| readonly attribute DOMString | text |
| readonly attribute long | index |
| attribute boolean | disabled |
| attribute DOMString | label |
| attribute boolean | selected |
| attribute DOMString | value |
Definition at line 23 of file HTMLOptionElement.idl.
| readonly attribute HTMLFormElement form |
Definition at line 24 of file HTMLOptionElement.idl.
| attribute boolean defaultSelected |
Definition at line 25 of file HTMLOptionElement.idl.
| readonly attribute DOMString text |
Definition at line 32 of file HTMLOptionElement.idl.
| readonly attribute long index |
Definition at line 33 of file HTMLOptionElement.idl.
| attribute boolean disabled |
Definition at line 35 of file HTMLOptionElement.idl.
| attribute DOMString label |
Definition at line 36 of file HTMLOptionElement.idl.
| attribute boolean selected |
Definition at line 37 of file HTMLOptionElement.idl.
| attribute DOMString value |
Definition at line 38 of file HTMLOptionElement.idl.
1.5.1