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

See Also

SciRadioElement Class | Plumtree.Remote.Sci Namespace