...
- It renders plain text or property-driven text as text box's caption.
- It allows aligning the caption text on top or on left of the text box or inline to the text box.
- It comes with the following inbuilt input validation types and extension of the custom validation types:
- numeric
- alphaNumeric
- alphaNumericToUpper
- swift(symbols)
- decimal
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It provides the Mandatory and Conditional Mandatory Indicator.
- It supports setting up Minimum and Maximum Characters Length.
- It provides the Change event to handle the logic.
...
In Edit Mode
- The Edit mode renders the Text Box as it is.
...
- If the Text Box is blank, the View mode renders a double hyphen (- -).
- If the Text Box is not blank, the View mode renders the data as non-editable text.
Anchor _toc4916 _toc4916 Anchor _Toc389215484 _Toc389215484 Anchor _Toc408171975 _Toc408171975
For more information, refer Text Box.
Text Area
The Text Area is a typical multi-lines text control.
...
- If the Text Box is blank, the View mode renders a double hyphen (- -).
- If the Text Box is not blank, the View mode renders the data as non-editable text.
Anchor _Toc389215492 _Toc389215492 Anchor _Toc408171983 _Toc408171983
For more information, refer Text Area.
Password
The Password is a text box masked with password characters.
...
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
For more information, refer Password.
Date
The Date is a typical Calendar control that handles the date in the user preferred date format.
...
- If the date is blank, the View mode renders a double hyphen (- -).
- If the user selected a date, the View mode renders the value as non-editable text.
Anchor _toc5139 _toc5139 Anchor _Toc389215488 _Toc389215488 Anchor _Toc408171979 _Toc408171979
For more information, refer Date.
Spinner
Anchor | ||||
---|---|---|---|---|
|
...
- If the Spinner box is blank, the View mode renders a double hyphen (- -).
- If the Spinner box is not blank, the View mode renders the values as non-editable text.
Anchor _Toc389215485 _Toc389215485 Anchor _Toc408171976 _Toc408171976
For more information, Spinner.
Amount
The Amount is a numeric decimal Text Box that auto-formats the values as per the preferred currency code.
...
- If the Text Box is blank, the View mode renders a double hyphen (- -).
- If the Text Box is not blank, the View mode renders the values as non-editable text.
Anchor _Toc389215505 _Toc389215505 Anchor _Toc408171996 _Toc408171996
For more information, refer Amount.
HTML Editor
The HTML Editor is a panel with couple of tools to create HTML content.
...
- Both the modes render the HTML Editor as it is.
For more information, refer HTML Editor.