Method

WebKit2WebExtensionDOMElementhtml_input_element_set_editing_value

deprecated: 2.40 since: 2.22

Declaration [src]

void
webkit_dom_element_html_input_element_set_editing_value (
  WebKitDOMElement* element,
  const char* value
)

Description [src]

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.

Available since: 2.22

Deprecated since: 2.40

Use webkit_web_form_manager_input_element_auto_fill() instead.

Parameters

value

Type: const char*

The text to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.