| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- add
- item
- namedItem
- remove
void add(
in HTMLOptionElement option,
in unsigned long index) raises (DOMException);
Node item(
in unsigned long index);
Node namedItem(
in DOMString name);
void remove(
in unsigned long index);
Member Data
- length
- selectedIndex
attribute unsigned long length setter raises (DOMException);
attribute long selectedIndex;
Last Updated: 2009-05-29