Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SciRadioElement.SetRegExpValidation Method 

Sets regular expression validation for the control. A JavaScript alert will appear if the field value does not match the specified criteria.

public void SetRegExpValidation(
   string message,
   string re,
   TypeMatch matchType
);

Parameters

message
The message to display in the JavaScript alert if the field value does not match the regular expression.
re
The regular expression to match or not match.
matchType
The TypeMatch (match or not-match).

See Also

SciRadioElement Class | Plumtree.Remote.Sci Namespace