Wiz Tags; Special Considerations - MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual

Table of Contents

Advertisement

190
For syntax and usage information, see Expressions and Functions 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.
Supported tags
These are the supported tags:
WIZSET Sets a wizard parameter
WIZINCLUDE Includes another wizard output template
WIZLOOP Iterates over a set of output
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"
Chapter 13 Customizing the Development Environment

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion studio 5

Table of Contents