Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SciCheckboxElement.SetRegExpValidation Method 

Sets regular expression validation for the element. An alert will display if the message criteria does not match.

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

Parameters

message
The message to display in alert if the field value does not match the regular expression.
re
The regular expression to match or not match.
matchType
A TypeMatch enum of match or not-match.

See Also

SciCheckboxElement Class | Plumtree.Remote.Sci Namespace