InputPurpose
Description:
[ CCode ( cprefix = "WEBKIT_INPUT_PURPOSE_" , type_id = "webkit_input_purpose_get_type ()" ) ]
[ Version ( since = "2.28" ) ]
public enum InputPurpose
Enum values used to describe the primary purpose of the active editable element.
Content:
Enum values:
- DIGITS - Editable element expects digits
- EMAIL - Editable element expects an email
- FREE_FORM - Editable element expects
any characters
- NUMBER - Editable element expects a
number
- PASSWORD - Editable element expects a
password
- PHONE - Editable element expects a
telephone
- URL - Editable element expects a URL