| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibDom Library: Project Home | Documentation |
org.milescript.dom.HTMLSelect
Inheritance : Object : HTMLElement
Constructors
| Signature |
| public HTMLSelect() |
Methods
| Name | Signature |
| add | void add(HTMLOption option) |
| add | void add(HTMLOption option, HTMLOption before) |
| add | void add(HTMLOption option, int before) |
| remove | void remove(int index) |
Properties
| Name | Type | Comment | |
| length |
| ||
| multiple |
| ||
| options |
| ||
| selectedIndex |
| ||
| size |
|
Constructors
|
public HTMLSelect() |
Methods
|
add void add(HTMLOption option) Parameters
|
|
add void add(HTMLOption option, HTMLOption before) Parameters
|
|
add void add(HTMLOption option, int before) Parameters
|
|
remove void remove(int index) Parameters
|
| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibDom Library: Project Home | Documentation |