HTMLSelectElement

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 HTMLElement element, 
    in HTMLElement before) raises(DOMException); 


item


Node item(
    in unsigned long index); 


namedItem


Node namedItem(
    in DOMString name); 


remove


void remove(/* 1 */); 

Member Data

autofocus
boolean
disabled
form
length
name
options
selectedIndex
size
type
value
willValidate

autofocus


attribute boolean autofocus; 


boolean


attribute boolean multiple; 


disabled


attribute boolean disabled; 


form


readonly attribute HTMLFormElement form; 


length


attribute unsigned long length setter raises (DOMException); 


name


attribute DOMString name; 


options


readonly attribute HTMLOptionsCollection options; 


selectedIndex


attribute long selectedIndex; 


size


attribute long size; 


type


readonly attribute DOMString type; 


value


attribute DOMString value; 


willValidate


readonly attribute boolean willValidate; 

 

Last Updated: 2009-05-29