HTMLFormElement

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

acceptCharset
void acceptCharset(string acceptCharset)
Undocumented in source. Be warned that the author may not have intended to support it.
acceptCharset
string acceptCharset()
Undocumented in source. Be warned that the author may not have intended to support it.
action
void action(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
action
string action()
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.
checkValidity
bool checkValidity()
Undocumented in source. Be warned that the author may not have intended to support it.
elements
auto elements()
Undocumented in source. Be warned that the author may not have intended to support it.
encoding
void encoding(string encoding)
Undocumented in source. Be warned that the author may not have intended to support it.
encoding
string encoding()
Undocumented in source. Be warned that the author may not have intended to support it.
enctype
void enctype(string enctype)
Undocumented in source. Be warned that the author may not have intended to support it.
enctype
string enctype()
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
method
void method(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
method
string method()
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.
noValidate
void noValidate(bool noValidate)
Undocumented in source. Be warned that the author may not have intended to support it.
noValidate
bool noValidate()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(string name)
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.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
submit
void submit()
Undocumented in source. Be warned that the author may not have intended to support it.
target
void target(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
target
string target()
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