2
Alphabetical List of ColdFusion Tags
The ColdFusion Markup Language (CFML) consists of a set of tags you use in your
ColdFusion pages to interact with data sources, manipulate data, and display output.
Using CFML tags is very simple; tag syntax is much like HTML element syntax.
The following table provides brief descriptions of each CFML tag.
CFML Tag Summary
CFML Tag
CFABORT
CFAPPLET
CFAPPLICATION
CFASSOCIATE
CFAUTHENTICATE
CFBREAK
CFCACHE
CFCOL
CFCOLLECTION
CFCONTENT
CFCOOKIE
CFDIRECTORY
CFERROR
CFEXECUTE
CFEXIT
CFFILE
Description
Stops processing of a ColdFusion page at the tag
location.
Embeds Java applets in a CFFORM.
Defines application name, activates client variables.
Enables sub-tag data to be saved with the base tag.
Authenticates a user and sets the security context for an
application.
Breaks out of a CFML looping construct.
Caches ColdFusion pages.
Defines table column header, width, alignment, and text.
Creates and administers Verity collections.
Defines the content type and, optionally, the filename of
a file to be downloaded by the current page.
Defines and sets cookie variables.
Performs typical directory-handling tasks from within
your ColdFusion application.
Displays customized HTML error pages when errors
occur.
Executes any developer-specified process on the server
machine.
Aborts processing of currently executing CFML custom
tag.
Performs typical file-handling tasks from within your
ColdFusion application.
CFML Language Reference
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?
Questions and answers