CFML Tags
cfabort
<cfabort showError = "error_message">
cfapplet
<cfapplet appletSource = "applet_name"
name = "form_variable_name"
height = "height_in_pixels"
width = "width_in_pixels"
vSpace = "space_above_and_below_in_pixels"
hSpace = "space_on_each_side_in_pixels"
align = "Left" or "Right" or "Bottom" or "Top" or "TextTop"
or "Middle" or "AbsMiddle" or "Baseline" or "AbsBottom"
notSupported = "message_to_display_for_nonJava_browser"
param_1 = "applet_parameter_name"
param_2 = "applet_parameter_name"
param_n = "applet_parameter_name">
cfapplication
<cfapplication name = "application_name"
clientManagement = "Yes" or "No"
clientStorage = "datasource_name" or "Registry" or
"Cookie"
setClientCookies = "Yes" or "No"
sessionManagement = "Yes" or "No"
sessionTimeout = #CreateTimeSpan(days, hours,
minutes, seconds)#
applicationTimeout = #CreateTimeSpan(days, hours,
minutes, seconds)#
setDomainCookies = "Yes" or "No">
cfassociate
<cfassociate baseTag = "base_tag_name"
dataCollection = "collection_name">
cfauthenticate
<cfauthenticate securityContext = "security_context"
username = "user_ID"
password = "password"
setCookie = "Yes" or "No"
throwOnFailure = "Yes" or "No"
authType = "Basic" or "X509">
cfbreak
<cfbreak>
cfcache
<cfcache action = "cache" or "flush" or "clientCache"
or "optimal"
username = "username"
password = "password"
protocol = "protocol_name"
timeout = "#DateAdd(datepart, number, date)#"
directory = "directory_name_for_map_file"
cacheDirectory = "directory_name_for_cached_pages"
expireURL = "wildcarded_URL_reference"
port = "port_number">
cfcol
<cfcol header = "column_header_text"
width = "number_indicating_width_of_column"
align = "Left" or "Right" or "Center"
text = "text_indicating_type_of_text">
cfcollection
<cfcollection action = "create" or "repair" or
"delete" or "optimize" or "map"
collection = "collection_name"
path = "path_of_verity_directory"
language = "English" or "German" or "Finnish"
or "French" or "Danish" or "Dutch" or "Italian"
or "Norwegian" or "Portuguese" or "Spanish"
or "Swedish">
cfcontent
<cfcontent type = "file_type"
deleteFile = "Yes" or "No"
file = "filename"
reset = "Yes" or "No">
CFML Quick Reference
1
Need help?
Do you have a question about the COLDFUSION 5-CFML and is the answer not in the manual?
Questions and answers