This version is out of date, covering development from v4.6.0 to v4.7.1. 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 : prepare | aTbRef Site Map |
prepare |
<prepare> initialization tags </prepare>
Occurs: Once - in first panel
Multiple instances: No
Has attributes: No
Self-closing: No
This holds the commands used initialise the wizard and must be included in the first (text) panel of the wizard
Example:
<prepare>
<Set name="screenshot">:resources:blue.jpg</Set>
<Set name="defaultTemplate">html templates:simple</Set>
<Set name="WeblogStyle">blue</Set>
<FolderMustExist>$pathToHTMLTemplates</FolderMustExist>
<FileMustExist>$pathToHTMLTemplates:simple</FileMustExist>
<FolderMustExist>:resources</FolderMustExist>
</prepare><code></pre>
Up: Wizard XML Syntax
Previous: picture
Next: result
[Last updated: 14 Dec 2009, using v5.0]
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]