| name | description |
| cfdiv | Creates an HTML div tag or other HTML container tag and lets you use asynchronous form submission or a bind expression to dynamically control the tag contents. |
| cflayout | Creates a region of its container (such as the browser window or a cflayoutarea tag) with a specific layout behavior: a bordered area, a horizontal or vertically arranged box, or a tabbed navigator. |
| cflayoutarea | Defines a region within a cflayout tag body, such as an individual tab of a tabbed layout. |
| cfmap | Embeds a geographical map within a ColdFusion web page. |
| cfmapitem | The cfmapitem tag is a child tag of the cfmap tag. This tag creates markers on the map. You can specify the marker in a map using either the cfmapitem tag or using the ColdFusion.Map.AddMapMarker JavaScript API. See ColdFusion.Map.addMarker for details. |
| cfmediaplayer | Creates an in-built media player that lets you play FLV, MPEG-3, and MPEG-4 files. |
| cfmenu | Creates a horizontal or vertical menu. Any menu item can be the top level of a submenu. |
| cfmenuitem | Defines an entry in a menu, including an item that is the head of a submenu. |
| cfmessagebox | Defines a control for displaying pop-up messages. The control has more features than the standard alert box, including the ability to include a prompt and entry field in the box. |
| cfpod | Creates a pod, an area of the browser window or layout area with an optional title bar and a body that contains display elements. |
| cfprogressbar | Defines a progress bar to indicate the progress of an activity such as a file download. |
| cftooltip | Specifies tool tip text that displays when the user hovers the mouse pointer over the elements in the tag body. This tag does not require a form and is not used inside Flash forms. |
| cfwindow | Creates a pop-up window in the browser. Does not create a separate browser pop-up instance. |