Data Entry

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. For more information, refer Text Box.

Features:

  • 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. For more information, refer Text Area.

Features:

  • 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. For more information, refer Password.

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. For more information, refer Date.


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. For more information, refer Spinner.

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. For more information, refer Amount.


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. For more information, refer HTML Editor.


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.

OTP Field

OTP Field is a type of form item, specially designed for capturing the one-time password, received through an SMS during the initiation of an online banking transaction through the modes of card payments and Internet Banking. For more information, refer OTP Field


Features
:

  • It exclusively includes only one time passwords (OTPs), which serve as a crux for the completion of an online transaction through the means of card payments or Internet Banking. 
  • By default, only numbers can be entered in this field. 



Rate

Rate is a type of form item, specifically designed for denoting the percentage of rates. When dealing with interest rates or any other fields that require percentage as an input, the Rate form item serves the purpose in a handy way. For more information, refer Rate

Features:

  • Rate facilitates the purpose of denoting the decimal digits, associated with the value of the overall percentage. 
  • By default, only numbers can be entered in this field.