New Tags in Coldfusion 9
- February 8, 2017
- Posted by: Bharat Patel
- Category: Uncategorized
No Comments
I have listed new tags of coldfusion which are introduced in coldfusion9.
|
CFML Tag |
Description |
|
Cfcontinue |
Used within a cfloop tag. Returns to the top of the loop. |
|
Cffileupload |
Used for uploading multiple files. |
|
Cffinally |
Used inside cftry tag. |
|
Cfimap |
Retrieves and messages e-mails and folders in imap servers |
|
Cfmap |
Embeds a google map. |
|
Cfmapitem |
Child tag of the cfmap and creates markers. |
|
Cfmediaplayer |
In-build media player that can play FLV files. |
|
Cfmessagebox |
Displaying pop-up messages. |
|
Cfprogressbar |
Indicate progress of an activity. |
|
Cfsharepoint |
Invokes a SharePoint action from ColdFusion |
|
Cfspreadsheet |
Manage excel spreadsheet files |
Click here to more details…
