User Guide

Chapter 1: ColdFusion Tags 3
CFFORM Builds an input form and performs client-side input
validation.
CFFTP Permits FTP file operations.
CFGRID Used in CFFORM to create a grid control for tabular data.
CFGRIDCOLUMN Used in CFFORM to define the columns used in a CFGRID.
CFGRIDROW Used with CFGRID to define a grid row.
CFGRIDUPDATE Performs updates directly to ODBC data source from
edited grid data.
CFHEADER Generates HTTP headers.
CFHTMLHEAD Writes text, including HTML, to the HEAD section of a
specified page.
CFHTTP Used to perform GET and POST to upload files or post a
form, cookie, query, or CGI variable directly to a specified
server.
CFHTTPPARAM Used with CFHTTP to specify parameters necessary for a
CFHTTP POST operation.
CFIF/CFELSEIF/CFELSECFIF/CFELSEIF/CFELSE Used to create IF-THEN-ELSE constructs.
CFIMPERSONATE Allows you to impersonate a user defined in a security
context defined in Advanced Security.
CFINCLUDE Embeds references to ColdFusion pages.
CFINDEX Used to create Verity search indexes.
CFINPUT Used in CFFORM to create input elements such as radio
buttons, checkboxes, and text entry boxes.
CFINSERT Inserts records in an ODBC data source.
CFLDAP Provides access to LDAP directory servers.
CFLOCATION Opens a ColdFusion page or HTML file.
CFLOCK Ensures data integrity and synchronizes the execution of
CFML code.
CFLOOP Repeats a set of instructions based on a set of conditions.
CFMAIL Assembles and posts an email message.
CFML Tag Summary (Continued)
CFML Tag Description