WebTextField.FieldTypes
From Xojo Documentation
Enumeration
Specifies the type of data the control will automatically handle.
Values
Enum | Description |
---|---|
Normal | Allows any alphanumeric data to be entered. |
Password | Allows any alphanumeric data to be entered but masks the entry with bullets. |
Allows only characters valid in an email address and enforces that the entry be in valid email format. | |
Number | Allows the entry of numbers and the decimal character only. |
Telephone | Allows only characters valid in a telephone number and enforces that the entry be in valid phone number format. |
URL | Allows only characters valid in a URL and enforces that the entry be in valid URL format. |