This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

choicePanel

<choicePanel name="style"> panel tags </choicePanel>

Occurs: N times within wizard

Multiple instances: Yes

Has attributes: Yes - name

Self-closing: No

Offers a choice of two or more option for a (text string) input. Each choice item may have a linked per-option image defined by the pic tag or a generic image for all options via the picture tag. The input value can be stored as a variable using the result tag.

name. The unique name of the panel. The exact purpose of the attribute is not clear.

Example:

<choicePanel name="style">…</choicePanel> 


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Syntax Library: Tutorials, Wizards and Timelines : Tinderbox Wizards : A 'wizard.twiz' file : Wizard XML Syntax : choicePanel