6.1.12 Configuring a radio button selector
A radio button selector is a panel that contains multiple radio buttons along with some descriptive text. Users can choose one of the items by clicking on the radio button for the item they wish to select. The value of a radio button selector panel is the text of the currently selected value (or empty if none is selected).
To add/delete/remove a radio button selector
- Open the appropriate XML file located in the Viewpoint home directory. Locate the <components> element.
- Create the <component> with a unique id.
- Insert the <radio-select> element and set the display-value to the text the user will see with the radio button.
- Set the horizontal-layout attribute to "true" or "false". If set to "true", the radio buttons are placed on the panel horizontally instead of vertically. The default is "false".
Related topics