User Guide

Chapter 1: ColdFusion Tags 5
New Tags in ColdFusion 4.5
CFSILENT Suppresses all output that is produced by the CFML
within the tag’s scope.
CFSLIDER Used in CFFORM to create a slider control element.
CFSTOREDPROC Specifies database connection information and identifies
the stored procedure to be executed.
CFSWITCH/CFCASE/CFDEFAULTCASE Evaluates a passed expression and passes control to the
CFCASE tag that matches the expression result.
CFTABLE Builds a table.
CFTEXTINPUT Places a single-line text entry box in a CFFORM.
CFTHROW Raises a developer-specified exception.
CFTRANSACTION Groups CFQUERYs into a single transaction; performs
rollback processing.
CFTREE Used in CFFORM to create a tree control element.
CFTREEITEM Used with CFTREE to populate a tree control element in a
CFFORM.
CFTRY/CFCATCH Allows developers to catch and process exceptions in
ColdFusion pages.
CFUPDATE Updates rows in a database data source.
CFWDDX Serializes and de-serializes CFML data structures to the
XML-based WDDX format.
CFEXECUTE CFQUERYPARAM
CFHTTPPARAM CFRETHROW
CFIMPERSONATE CFSERVLET
CFMAILPARAM CFSERVLETPARAM
CFPROCESSINGDIRECTIVE CFSILENT
CFML Tag Summary (Continued)
CFML Tag Description