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

filePanel

<filePanel name=""> panel tags </filePanel>

Occurs: N times within wizard

Multiple instances: Yes

Has attributes: yes - name

Self-closing: No

Defines an input panel to set an OS path, e.g. for export locations. The path can only be set via the 'browse' button on the panel and cannot be input by hand. 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:

<filePanel name="destination">…</filePanel> 


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 : filePanel