A Tinderbox Reference File : Tutorials and Wizards : Tinderbox Wizards : A 'wizard.twiz' file : Wizard XML Syntax : picture |
picture |
<picture> variable and/or text string </picture>
Occurs: Optionally in all panel types
Multiple instances: No - once per panel
Has attributes: No
Self-closing: No
Used, optionally, to set an image on the top left side of each panel. There is an alternative pic tag to use with choicePanels to allow a different image per choice selected.
The picture is set in a 230 x 230 pixel frame and scaled to fit if larger smaller (i.e. like an HTML <img src="[$picture value]" width='230" height="230">
). Any web compatible image seems usable (JPG, GIF,PNG).
Example:
<picture>$screenshot</picture>
or
<picture>:resources:blue.jpg</picture>
Up: Wizard XML Syntax | |
Previous: pic | Next: prepare |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]