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
string 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
bool autofocus()
Undocumented in source. Be warned that the author may not have intended to support it.
checkValidity
bool 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
bool 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.
getAutocompleteInfo
auto getAutocompleteInfo()
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
uint 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
bool 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
string 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.
openInParentProcess
void openInParentProcess(bool openInParentProcess)
Undocumented in source. Be warned that the author may not have intended to support it.
openInParentProcess
bool openInParentProcess()
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.
previewValue
void previewValue(string previewValue)
Undocumented in source. Be warned that the author may not have intended to support it.
previewValue
string previewValue()
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.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.
reportValidity
bool 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
bool 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
int 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
uint size()
Undocumented in source. Be warned that the author may not have intended to support it.
type
string type()
Undocumented in source. Be warned that the author may not have intended to support it.
validationMessage
string 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
string value()
Undocumented in source. Be warned that the author may not have intended to support it.
willValidate
bool willValidate()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.HTMLElement.HTMLElement _parent;
Undocumented in source.

Meta