MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 175

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

Advertisement

WIZLOOP Tag Attributes (Continued)
Attribute
STEP
CONDITION
LIST
STRINGLIST
The
within a
iteration (
WIZIF, WIZELSEIF, and WIZELSE
The
tags. Any valid Boolean expression can be used in the
<WIZIF sDocType eq "HTML 4.0">
Description (Continued)
Step value for each increment (can be positive or negative).
Conditional expression to control whether the loop should be exited.
A list of CommaText format. This is the format that a Delphi-based string
list uses to store textual representations of itself.
The name of a parameter created with the SetObjectParameter function
which is of type TStringList.
and
WIZBREAK
WIZCONTINUE
tag to either exit the loop (
WIZLOOP
).
WIZCONTINUE
,
, and
WIZIF
WIZELSEIF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//
EN">
<wizelse sDocType eq "HTML 3.2">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<wizelse sDocType eq "HTML 2.0">
<!DOCTYPE HTML PUBLIC
</WIZIF>
<HTML>
<HEAD>
<TITLE>$${sTitle}</TITLE>
<WIZIF bMetaDescr eq "true">
<META NAME="description" CONTENT="$${sMetaDescr}">
</WIZIF>
<WIZIF bMetaKeywords eq "true">
<META NAME="keywords" CONTENT="$${sMetaKeywords}">
</WIZIF>
</HEAD>
<BODY>
</BODY>
</HTML>
tags have no attributes, and can be placed anywhere
WIZBREAK
tags work identically to the corresponding CFML
WIZELSE
"-//IETF//DTD HTML 2.0//EN">
) or move on to the next loop
and
WIZIF
WIZELSEIF
183
tags.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents