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

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>

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