setFormValue method
The setFormValue()
method of the ElementInternals interface sets
the element's submission value and state, communicating these to the user
agent.
Implementation
external void setFormValue(
JSAny? value, [
JSAny? state,
]);
The setFormValue()
method of the ElementInternals interface sets
the element's submission value and state, communicating these to the user
agent.
external void setFormValue(
JSAny? value, [
JSAny? state,
]);