input_element_auto_fill
Description:
Set the value of an HTML input element as if it had been edited by the user, triggering a change event, and set it as filled automatically.
If element
is not an HTML input element this function does nothing.
Parameters:
element |
a Value |
value |
the text to set |