Plumtree EDK (Enterprise Web Development Kit) 5.4.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
- message to display in the JavaScript alert if the field does not match
-
re
- regular expression to match
-
matchType
-
TypeMatch
(match or not-match)
See Also
SciTextElement Class | Plumtree.Remote.Sci Namespace