DOMElement.htmlInputElementSetEditingValue

Set the value of an HTML input element as if it had been edited by the user, triggering a change event. If @element is not an HTML input element this function does nothing.

class DOMElement
void
htmlInputElementSetEditingValue
(
string value
)

Parameters

value string

the text to set

Meta

Since

2.22