html_input_element_set_editing_value


Description:

[ 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.

Note:

If this is not an HTML input element this function does nothing.

Parameters:

this

a Element

value

the text to set