Mac OS X Reference Library Apple Developer
Search

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
remove

add



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

remove



void remove(
    in unsigned long index); 

Member Data

length
selectedIndex

length



attribute unsigned long length setter raises (DOMException); 

selectedIndex



attribute long selectedIndex; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27