ApiTextField
Represents the ApiTextField class.
Methods
| Method | Returns | Description |
|---|---|---|
| ClearFormat | boolean | Clears format of field. |
| GetCharLimit | number | Gets text field chars limit. <note> Char limit 0 means field doesn't have char limit |
| GetClassType | "textField" | Returns a type of the ApiTextField class. |
| IsComb | boolean | Checks if text field is comb. |
| IsMultiline | boolean | Checks if text field is multiline. |
| IsScrollLongText | boolean | Checks if text field can scroll long text. |
| SetCharLimit | boolean | Sets text field chars limit. <note> Char limit 0 means field doesn't have char limit |
| SetComb | boolean | Sets text field comb prop. 💡 Should have char limit more then 0 |
| SetDateFormat | boolean | Sets date format for field. |
| SetMask | boolean | Sets mask for entered text for field. |
| SetMultiline | boolean | Sets text field multiline prop. |
| SetNumberFormat | boolean | Sets number format for field. |
| SetPercentageFormat | boolean | Sets percentage format for field. |
| SetRegularExp | boolean | Sets regular expression validate string for field. |
| SetScrollLongText | boolean | Sets text field can scroll long text prop. |
| SetSpecialFormat | boolean | Sets special format for field. |
| SetTimeFormat | boolean | Sets time format for field. |
| SetValidateRange | boolean | Sets validate range for field. 💡 Can only be applied to fields with a percentage or number format. |