Use the withTarget
tag to override the control rule that ordinarily applies to a property. For example:
<pega:withTarget name="CheckBox" > <pega:reference name="IsSoupYet" / ></pega:withTarget>
The withTarget
tag is useful for defining radio buttons and selection boxes on forms. This tag lets the system examine the value of for the current selection. The target reference must be a single scalar destination.
In the syntax presentation below:
<pega:withTarget name="HTMLPropertyRuleName"> <!-- property to be presented --></pega:withTarget >
The name
attribute is required.
Attribute |
Value |
name
|
Name of a control rule. The rule must exist when the current rule is saved. Two special keywords are also supported:
|