input_element_is_user_edited


Description:

public static bool input_element_is_user_edited (Value element)

Get whether element is an HTML text input element that has been edited by a user action.

Parameters:

element

a Value

Returns:

true if element is an HTML text input element that has been edited by a user action, or false otherwise