ColdFusion 9.0 Resources
Configuring and Administering Adobe ColdFusion 9
Adobe ColdFusion 9 CFML Reference
Developing Adobe ColdFusion 9 Applications
Installing Adobe ColdFusion 9
The following table briefly describes CFML tags added in ColdFusion 9:
CFML tag
Category
Description
cfcontinue
Flow-control tags
Returns processing to the top of a loop; used within a cfloop tag.
cffileupload
File management tags, Forms tags
Displays a dialog for uploading multiple files from the user's system.
cffinally
Exception handling tags
Used inside a cftry tag
cfimap
Communications tags, Internet protocol tags
Retrieves and manages e-mails and folders in IMAP servers
cfmap
Other tags
Embeds a Google map within a ColdFusion web page
cfmapitem
Creates markers on the map; a child tag of the cfmap tag
cfmediaplayer
Creates an in-built media player that can play FLV files
cfmessagebox
Application framework tags
Defines a control for displaying pop-up messages
cfprogressbar
Defines a progress bar to indicate the progress of an activity
cfsharepoint
Extensibility tags
Invokes a SharePoint action from ColdFusion
cfspreadsheet
Manages Excel spreadsheet files