Creating a wizard output template
219
For syntax and usage information, see
../VTML_Reference/
functions.html
Expressions and Functions
/a
in the VTML Reference.
WIZ Tags
The behavior of wizard output templates is controlled by the use of WIZ tags in the
template. These tags are like ColdFusion tags except that they are prefixed with the
characters WIZ instead of ColdFusion.
The following tags are supported tags:
•
WIZSET
Sets a wizard parameter.
•
WIZINCLUDE
Includes another wizard output template.
•
WIZLOOP
Iterates over a set of outputs.
•
WIZBREAK/WIZCONTINUE
Assists in loop flow control.
•
WIZIF/WIZELSEIF/WIZELSE
Sets conditional flow control.
Special considerations
Strings used within an output template tag attribute use the C-language convention
(\) for escaping special characters. For example, the following attribute uses a
newline character to split the value into two lines:
caption="This is line one\nThis is line two"
Other special characters of note include carriage-return (\r), tab (\t), and slash (\\).
For example, the following attribute references a template in a directory two levels
above the current directory:
TEMPLATE="..\\..\\Header.wml"
Summary of Contents for HOMESITE
Page 11: ...Contents xi Table of CommandID values 310 Table of SettingID values 314 Glossary 323...
Page 12: ...xii Contents...
Page 20: ...xx About This Book...
Page 28: ...8 Chapter 1 Setting Up the Product...
Page 70: ...50 Chapter 4 Managing Files...
Page 88: ...68 Chapter 5 Writing Code and Web Content...
Page 116: ...96 Chapter 6 Editing Pages...
Page 148: ...128 Chapter 7 Using Web Development Languages...
Page 190: ...170 Chapter 11 Deploying Files...
Page 210: ...190 Chapter 12 Testing and Maintaining Web Pages...
Page 216: ...196 Chapter 13 Extending the Help System...
Page 350: ...330 Glossary...
Page 358: ...338 Index...