- Source
Methods
OnTextChanged() → {boolean}
Called when user changed the text on the field.
- Source
Returns:
always true
- Type:
- boolean
CompareText(type, text, mode) → {boolean}
Retrun true if field text equal with input text.
Parameters:
Name | Type | Description |
---|---|---|
type | number | type of the fiel text to compare. 0 plain text, 1 HTML text |
text | string | text to compare with field |
mode | number | mode to compare. 0 case insensitive, 1 case sensitive |
- Source
Returns:
plain text of the field
- Type:
- boolean
IsReadOnly() → {boolean}
Return true if field is in read-only mode else false.
- Source
Returns:
- Type:
- boolean
IsVisible() → {boolean}
Return true if field is visible else false.
- Source
Returns:
- Type:
- boolean