This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Tutorials and Wizards : Tinderbox Wizards : A 'wizard.twiz' file : Wizard XML Syntax : choice |
choice |
<choice[N]> [text] </choice[N]>
Occurs: Only inside choicePanel
Multiple instances: Yes - within each choicePanel
Has attributes: No - but should enclose a text string
Self-closing: No
This tag sets the radio button choices in a choicePanel, where 'N' is the number of the choice, e.g. 'choice1', 'choice2', etc. If the choicePanel offers a different image for each choice selected then numbered pic tags should be used. To show only a single, unchanging, image on the panel use picture instead or omit pic/picture altogether for no image.
The default choice is set via a (previously) Set variable. If no choice is pre-set, the default is choice1.
Example:
<choice2>green</choice2>
Up: Wizard XML Syntax | |
Next: choicePanel |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]