Defines radio buttons and selection boxes. It lets
the system examine the value for the current selection.
The target reference target must be to a single scalar
destination.
{with TARGET [=]
myReference}
Enter your HTML and/or directives here.
{end}
Values for myReference can be:
- A single scalar destination property
$NONE
$THIS
Use $NONE as myReference to omit
the target from the generated HTML.
For example:
{with TARGET MyProperty}
{INCLUDE FixedList = myFixedList}
{end}
|