You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Definition

Default Validator takes care of most form input element validation use cases needs.

Figure 1: Default Validator Properties

NameDescription
MandatoryWhen checked, field value must be filled.
Type
  • Alphabet
  • Alphanumeric
  • Numeric
  • Email
  • Custom Regular Expression
Custom Regular ExpressionRequired when Custom Regular Expression is selected in Type attribute above.
Custom Error Message Shown When Validation FailMessage to show when validation fails.

 

 

 

  • No labels