HTMLOptionsCollection Interface Reference

import "HTMLOptionsCollection.idl";

Inherits HTMLCollection.

Inheritance diagram for HTMLOptionsCollection:

Inheritance graph
[legend]
Collaboration diagram for HTMLOptionsCollection:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 25 of file HTMLOptionsCollection.idl.


Member Function Documentation

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.


Member Data Documentation

attribute long selectedIndex

Definition at line 26 of file HTMLOptionsCollection.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:13:51 2007 for Web Kit DOM by  doxygen 1.5.1