Wizml Reference - MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual

For windows 95/98/nt4/2000
Table of Contents

Advertisement

182
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"

WIZML reference

Following is the complete Wizard Markup Language syntax.
WIZSET
WIZSET
For example:
<WIZSET Color = 'Red'>
The following table describes the
Attribute
TEMPLATE
WIZLOOP, WIZBREAK, and WIZCONTINUE
The
The following table describes the
WIZLOOP Tag Attributes
Attribute
INDEX
FROM
TO
works the same way as the ColdFusion
<WIZSET Pi = 7/22>
<WIZSET ShortName = Left( LongName, 5 )>
Description
Required. The relative path of a template that is to be included in the
currently executing template.
tag supports several types of loops including:
WIZLOOP
Index-based (using the INDEX, FROM, TO, and STEP attributes)
Condition-based (using the CONDITION attribute)
List-based (using the INDEX and LIST attributes)
TStringList-based (using the INDEX and STRINGLIST attributes)
Description
Name of a variable for a loop to set on each iteration (required for index
and list-based loops). It serves as a counter.
Index to start looping from.
Index to loop to.
tag.
CFSET
tag.
WIZINCLUDE
tag.
WIZLOOP

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents