These are group of form items that enable you to enter values.
Text Box
The Text Box is the typical text box control with additional inbuilt validations.
The features of Text Box are as follows:
- 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.
In View Mode - 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.
Text Area
The Text Area is a typical multi-lines text control.
The features of Text Area are as follows:
- It renders plain text or property-driven text as caption.
- It allows aligning the caption text on top or on left of the text area or inline to the text area.
- It provides the Mandatory Indicator.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It supports setting of Minimum and Maximum Characters Length.
- It supports setting of Maximum Number of Lines.
- It supports setting of Maximum Number of Characters per Line.
- It provides the Change event to handle the logic.
In Edit Mode
- The Edit mode renders the Text Area as it is.
In View Mode - 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.
Password
The Password is a text box masked with password characters.
Features:-
- It masks the text entered and encrypts before storing.
- It validates the input against password policy.
- It provides the Mandatory and Conditional Mandatory Indicator.
- It allows aligning the caption text on top or on left of the password field or inline to the password field.
Date
The Date is a typical Calendar control that handles the date in the user preferred date format.
Features:
- It renders the plain text or property-driven text as caption.
- It renders the calendar when the calendar icon is clicked or when the date field is in focus.
- It provides the Mandatory Indicator or Conditional Mandatory Indicator.
- It allows setting disable dates that are out of user selection range.
- It allows setting the tool tips text for the disabled dates.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It allows setting the Minimum and Maximum Values.
- It provides the Change event to handle the logic.
In Edit Mode
- The Edit mode renders the Calendar as it is.
In View Mode - 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.
Spinner
The Spinner is a numeric spinning text box that spins between the bounded minimum and maximum values.
Features:-
- It renders the plain text or property-driven text as caption.
- It allows aligning the caption text on top or on left.
- It provides the Mandatory Indicator or Conditional Mandatory Indicator.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It allows setting the minimum and maximum values.
- It provides the Change event to handle the logic.
In Edit Mode
- The Edit mode renders the Spinner box as it is.
In View Mode - 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.
Amount
The Amount is a numeric decimal Text Box that auto-formats the values as per the preferred currency code.
Features:
- It renders plain text or property-driven text as caption.
- It allows aligning the caption text on top or on left of the amount field or inline to the amount field.
- It provides the Mandatory and Conditional Mandatory Indicator.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It allows linking the assigned currency code with the value.
- It provides the Change event to handle the logic.
In Edit Mode
- The Edit mode renders the Amount box as it is.
In View Mode - 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.
HTML Editor
The HTML Editor is a panel with couple of tools to create HTML content.
Features:-
- It allows creating the HTML content in Editor View and Code View.
- It returns the HTML content.
- It allows setting as visible or invisible and enabled or disabled.
- It provides the Mandatory Indicator.
In Edit and View Modes
- Both the modes render the HTML Editor as it is.