| 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
Node item(
in unsigned long index);
Node namedItem(
in DOMString name);
Member Data
- autofocus
- boolean
- disabled
- form
- length
- name
- options
- selectedIndex
- size
- type
- value
- willValidate
attribute boolean autofocus;
attribute boolean multiple;
attribute boolean disabled;
attribute unsigned long length setter raises (DOMException);
attribute DOMString name;
attribute long selectedIndex;
readonly attribute DOMString type;
attribute DOMString value;
readonly attribute boolean willValidate;
Last Updated: 2009-05-29