Cnds

Methods

OnTextChanged() → {boolean}

Called when user changed the text on the field.
Returns:
always true
Type: 
boolean

CompareText(type, text, mode) → {boolean}

Retrun true if field text equal with input text.
Parameters:
NameTypeDescription
typenumbertype of the fiel text to compare. 0 plain text, 1 HTML text
textstringtext to compare with field
modenumbermode to compare. 0 case insensitive, 1 case sensitive
Returns:
plain text of the field
Type: 
boolean

IsReadOnly() → {boolean}

Return true if field is in read-only mode else false.
Returns:
Type: 
boolean

IsVisible() → {boolean}

Return true if field is visible else false.
Returns:
Type: 
boolean