HTMLSelectElement

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.
autocomplete
void autocomplete(string autocomplete)
Undocumented in source. Be warned that the author may not have intended to support it.
autocomplete
auto autocomplete()
Undocumented in source. Be warned that the author may not have intended to support it.
autofocus
void autofocus(bool autofocus)
Undocumented in source. Be warned that the author may not have intended to support it.
autofocus
auto autofocus()
Undocumented in source. Be warned that the author may not have intended to support it.
checkValidity
auto checkValidity()
Undocumented in source. Be warned that the author may not have intended to support it.
disabled
void disabled(bool disabled)
Undocumented in source. Be warned that the author may not have intended to support it.
disabled
auto disabled()
Undocumented in source. Be warned that the author may not have intended to support it.
form
auto form()
Undocumented in source. Be warned that the author may not have intended to support it.
item
auto item(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
labels
auto labels()
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.
multiple
void multiple(bool multiple)
Undocumented in source. Be warned that the author may not have intended to support it.
multiple
auto multiple()
Undocumented in source. Be warned that the author may not have intended to support it.
name
void name(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
name
auto name()
Undocumented in source. Be warned that the author may not have intended to support it.
namedItem
auto namedItem(string name)
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.
options
auto options()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
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.
reportValidity
auto reportValidity()
Undocumented in source. Be warned that the author may not have intended to support it.
required
void required(bool required)
Undocumented in source. Be warned that the author may not have intended to support it.
required
auto required()
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.
selectedOptions
auto selectedOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
setCustomValidity
void setCustomValidity(string error)
Undocumented in source. Be warned that the author may not have intended to support it.
size
void size(uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
size
auto size()
Undocumented in source. Be warned that the author may not have intended to support it.
type
auto type()
Undocumented in source. Be warned that the author may not have intended to support it.
validationMessage
auto validationMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
validity
auto validity()
Undocumented in source. Be warned that the author may not have intended to support it.
value
void value(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
value
auto value()
Undocumented in source. Be warned that the author may not have intended to support it.
willValidate
auto willValidate()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.html.HTMLElement _parent;
Undocumented in source.

Meta