Portlet Factory, Version 6.1.2
Specifying a flat options list
In the Radio Button Group builder, if the displayed label for each choice is the same as the text that should be returned by the control, use a simple flat list as the radio button group's data source. In this case, you do not need to specify a label element or a value element. The XML structure below illustrates the format use when the text to be displayed to the user for each option is the same as the text that should be returned by the control (element names may be different from those shown here):
<options> <option>Choice 1</option> <option>Choice 2</option> <option>Choice 3</option> <option>Choice 4</option> </options>Parent topic: Using the Radio Button Group builder
Library | Support |