webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLOptionsCollection.idl";
Public Member Functions | |
void | add ((HTMLOptionElement or HTMLOptGroupElement) element, optional(HTMLElement or long)? before=null) |
void | remove (long index) |
void | remove (HTMLOptionElement option) |
getter HTMLOptionElement | item (unsigned long index) |
getter HTMLOptionElement | namedItem (DOMString name) |
Public Attributes | |
attribute unsigned long | length |
attribute long | selectedIndex |
Public Attributes inherited from HTMLCollection | |
readonly attribute unsigned long | length |
void HTMLOptionsCollection::add | ( | (HTMLOptionElement or HTMLOptGroupElement) | element, |
optional(HTMLElement or long)? | before = null |
||
) |
getter HTMLOptionElement HTMLOptionsCollection::item | ( | unsigned long | index | ) |
Implements HTMLCollection.
getter HTMLOptionElement HTMLOptionsCollection::namedItem | ( | DOMString | name | ) |
Implements HTMLCollection.
void HTMLOptionsCollection::remove | ( | long | index | ) |
void HTMLOptionsCollection::remove | ( | HTMLOptionElement | option | ) |
attribute unsigned long HTMLOptionsCollection::length |
attribute long HTMLOptionsCollection::selectedIndex |