HTMLOptionsCollection

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

add
void add(SumType!(HTMLOptionElement, HTMLOptGroupElement) element, Optional!(T1) before)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(SumType!(HTMLOptionElement, HTMLOptGroupElement) element)
Undocumented in source. Be warned that the author may not have intended to support it.
length
void length(uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
void opDispatch(Optional!(T0) option)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(Optional!(T0) option, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndex
void selectedIndex(int selectedIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndex
auto selectedIndex()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.dom.HTMLCollection _parent;
Undocumented in source.

Meta