Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| IsSingleLine |
0 |
If the normal text input is expected. The text can be put in a single line. |
| IsMultiLine |
1 |
Multiline expexts text as input and allows a multiline displayed editor input box. |
| IsMailInput |
2 |
A single line input field for email addresses. |
| IsNumber |
3 |
A single line input field for numbers with text validation. |
| IsNumeric |
4 |
A single line input field for numbers. |
| IsDouble |
5 |
A single line input field that expects a numeric value with floating numbers. |
| IsPhoneNumber |
6 |
A single line input field to get a phone number. |
| IsUrl |
7 |
A single line input field for url addresses. |
| IsCapsOnly |
8 |
A single line input field for all avaialable characters, except of lowercase letters. |
| IsCurrency |
9 |
A single line decimal input field with currency formatting |
| IsMasked |
10 |