TextBox.setAllowedSymbols

Syntax

setAllowedSymbols(value: Array || RegExp);

Parameters

value. Array or regular expression that determines allowed input characters.

Description

The setAllowedSymbols method determines the list of characters that can be entered.

Example

The property use is given in the page with description of the TextBox.applyValidCSS method.

See also:

TextBox