AquaLogic Interaction Development Kit (IDK) 6.0.0 |
|
SciTextElement.SetRegExpValidation Method
Sets regular expression validation for the control. A JavaScript alert will display if the field does not match the validation criteria.
public void SetRegExpValidation(
string
message,
string
re,
TypeMatch matchType);
Parameters
-
message
- The message to display in the JavaScript alert if the field does not match.
-
re
- The regular expression to match or not match.
-
matchType
- The
TypeMatch
(match or not-match).
See Also
SciTextElement Class | Plumtree.Remote.Sci Namespace