Control Selector
Use
You use a control selector to display one of several images or texts on Show or List forms.
A control selector is a placeholder for several controls, one of which is displayed according to a condition. The control selector must have a reference to a schema element or document property. To determine which control is displayed, the system compares the value of the referenced element with the value of the Condition control property.
The condition is true if the value of the referenced element matches the Condition value.
Regular Expressions
You can use regular expressions in the control selector with the pattern that is written in the table below.
|
Condition |
Description |
|---|---|
|
Sport|Politics |
This condition is true if the referenced element contains the value Sport or the value Politics . |
|
Low|Normal|High |
This condition is true if the referenced element contains the value Low or the value Normal or the value High . |