HTMLOptionsCollection

Module:
html
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

add


void add(
    in HTMLOptionElement option,
    in unsigned long index) raises (DOMException); 


item


Node item(
    in unsigned long index); 


namedItem


Node namedItem(
    in DOMString name); 


remove


void remove(
    in unsigned long index); 

Member Data

length
selectedIndex

length


attribute unsigned long length setter raises (DOMException); 


selectedIndex


attribute long selectedIndex; 

 

Last Updated: 2009-05-29