Softdial Scripter™ Page Editor

ValidationTextBox

ValidationTextbox control

Fig. 1 - ValidationTextbox control

A control that allows the script user to enter text, which is validated against regular expressions (standard .NET variety ), either

  1. pre-defined (see CompletionRegex)
  2. custom (see PreviewRegex) or
  3. both

This feature is required for any kind of user input that must conform to a specific set of criteria such as credit card numbers, email addresses, telephone numbers and also customised formats that may apply, such as customer account numbers and policy numbers.

Properties that are common to this and many other controls are described in Common Properties.

For more details on usage, see Scripter Designer Updates - V10.5.

See also the Text Entry control.