Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.forms.items.validation.RegexValidationItem} class.

    Parameters

    • xmlNode: Element

      Xml node containing the form item definition.

    Returns RegexValidationItem

Properties

expression

expression: string

The regular expression to validate with.

type

String

ignoreCase

ignoreCase: boolean

A value indicating whether to perform case-insensitive matching.

type

Boolean

message

message: string

The message to display when a value is invalid.

type

String

Methods

validate