Cfelse - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfelse

Description
Used as the last control block in a
tag or a
cfelseif
Category
Flow-control tags
Syntax
<cfif expression>
HTML and CFML tags
<cfelseif expression>
HTML and CFML tags
<cfelse>
HTML and CFML tags
</cfif>
See also
cfif, cfelseif, cfabort, cfbreak, cfexecute, cfexit, cflocation, cfloop,
cfswitch, cfthrow,
Usage
If the values of the expressions in the containing
ColdFusion processes the code between this tag and the
tag block. It does not require an end tag.
cfif
For more information and an example, see
100
Chapter 2: ColdFusion Tags
tag block to handle any case not identified by the
cfif
tag.
cftry
tag and all
cfif
cfelseif
end tag. This tag must be inside a
cfif
on page
187.
cfif
cfif
tags are false,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents