import "HTMLOptionsCollection.idl";
Inherits HTMLCollection.
Inheritance diagram for HTMLOptionsCollection:


Public Member Functions | |
| attribute[Custom] long length setter | raises (DOMException) |
| void | add (in HTMLOptionElement option, in[Optional] unsigned long index) raises (DOMException) |
| Node | item (in unsigned long index) |
| Node | namedItem (in DOMString name) |
Public Attributes | |
| attribute long | selectedIndex |
Definition at line 25 of file HTMLOptionsCollection.idl.
| attribute [Custom] long length setter raises | ( | DOMException | ) |
| void add | ( | in HTMLOptionElement | option, | |
| in unsigned long | index[Optional] | |||
| ) | raises (DOMException) |
| Node item | ( | in unsigned long | index | ) |
Implements HTMLCollection.
| Node namedItem | ( | in DOMString | name | ) |
Implements HTMLCollection.
| attribute long selectedIndex |
Definition at line 26 of file HTMLOptionsCollection.idl.
1.5.1