Display Management Tags

namedescription
cfdivCreates 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.
cflayoutCreates 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.
cflayoutareaDefines a region within a cflayout tag body, such as an individual tab of a tabbed layout.
cfmapEmbeds a geographical map within a ColdFusion web page.
cfmapitemThe 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.
cfmediaplayerCreates an in-built media player that lets you play FLV, MPEG-3, and MPEG-4 files.
cfmenuCreates a horizontal or vertical menu. Any menu item can be the top level of a submenu.
cfmenuitemDefines an entry in a menu, including an item that is the head of a submenu.
cfmessageboxDefines 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.
cfpodCreates a pod, an area of the browser window or layout area with an optional title bar and a body that contains display elements.
cfprogressbarDefines a progress bar to indicate the progress of an activity such as a file download.
cftooltipSpecifies 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.
cfwindowCreates a pop-up window in the browser. Does not create a separate browser pop-up instance.