MACROMEDIA COLFUSION MX 7-CFML Reference page 399

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cfsilent
Description
Suppresses output produced by CFML within a tag's scope.
Category
Data output
tags,
Syntax
<cfsilent>
...
</cfsilent>
See also
,
cfcache
cfflush
Calling User-Defined Functions," in ColdFusion MX Developer's Guide
Usage
This tag requires an end tag.
Example
<h3>cfsilent</h3>
<cfsilent>
<cfset a = 100>
<cfset b = 99>
<cfset c = b-a>
<cfoutput>Inside cfsilent block<br>
b-a = #c#</cfoutput><br>
</cfsilent>
<p>Even information within cfoutput tags does not display within a
cfsilent block.<br>
<cfoutput>
b-a = #c#
</cfoutput>
</p>
Page processing tags
,
,
cfheader
cfhtmlhead
,
,
cfinclude
cfsetting
; Chapter 9, "Writing and
cfsilent
399

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents