[ Version ( deprecated = true , deprecated_since = "2.40" , since = "2.22" ) ]
public void html_input_element_set_editing_value (string value)
Warning: html_input_element_set_editing_value is deprecated since 2.40.
Set the value of an HTML input element as if it had been edited by the user, triggering a change event.
Use input_element_auto_fill instead.
If this is not an HTML input element this function does nothing.
this |
a Element |
value |
the text to set |