Cfelseif - MACROMEDIA COLDFUSION MX 61-CFML Reference

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

Advertisement

cfelseif

Description
Used as a control block in a
tag.
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, cfelse, cfabort, cfbreak, cfexecute, cfexit, cflocation, cfloop,
cfswitch, cfthrow,
Usage
If the value of the expression in this tag is true, and the values of the expressions in the containing
tag and preceding
cfif
and a following
following the
cfif
This tag must be inside a
For more information and an example, see
tag block to handle any case not identified by the
cfif
cftry
tags are false, ColdFusion processes the code between this tag
cfelseif
or
tag, or the
cfelseif
cfelse
end tag. Otherwise, ColdFusion skips the code.
tag block. It does not require an end tag.
cfif
end tag and then skips to the code
cfif
on page
187.
cfif
tag or a
cfif
cfelseif
101

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents