User Guide
Tag summary 35
cferror Exception handling tags,
Application framework
tags
Displays custom HTML error pages when errors
occur
cfexecute Flow-control tags,
Extensibility tags
Executes developer-specified process on server
computer
cfexit Flow-control tags Aborts processing of executing CFML tag
cffile File management tags Performs typical file-handling tasks from within
ColdFusion application
cfflush Data output tags,
Page processing tags
Flushes currently available data to client
cfform Forms tags Builds input form; performs client-side input
validation
cfftp Forms tags,
Extensibility tags,
Internet Protocol tags
Permits FTP file operations
cffunction Extensibility tags Defines function that you build in CFML
cfgrid Forms tags Displays tabular grid control, in
cfform tag
cfgridcolumn Forms tags Used in
cfform; defines columns in a cfgrid
cfgridrow Forms tags Defines a grid row; used with cfgrid
cfgridupdate Forms tags Directly updates ODBC data source from edited
grid data
cfheader Data output tags,
Page processing tags
Generates HTTP headers
cfhtmlhead Forms tags,
Page processing tags
Writes text and HTML to HEAD section of page
cfhttp Forms tags,
Internet Protocol tags
Performs GET and POST to upload file or post
form, cookie, query, or CGI variable directly to
server
cfhttpparam Forms tags,
Internet Protocol tags
Specifies parameters required for a
cfhttp
POST operation; used with
cfhttp
cfif Flow-control tags Creates IF-THEN-ELSE constructs
cfimport Application framework
tags
Imports JSP tag libraries into a CFML page
cfinclude Flow-control tags Embeds references to ColdFusion pages
cfindex Extensibility tags Creates Verity search indexes
cfinput Forms tags Creates an input element (radio button, check
box, text entry box); used in
cfform
cfinsert Database manipulation
tags
Inserts records in a data source
cfinvoke Extensibility tags Invokes component methods from a ColdFusion
page or component
CFML tag Category Description