Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 810

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Requesting and Presenting Information
Data and development features
ColdFusion data and development features help you develop effective Ajax applications that use ColdFusion to
provide dynamic data. They include many features that you can use with other Ajax frameworks, including Spry.
The following data and development features are important for use with form and layout tags:
• ColdFusion supports data binding in many tags. Binding allows form and display tags to dynamically display
information based on form input. In the simplest application, you display form data directly in other form fields.
But usually, you pass form field data as parameters to CFC or JavaScript functions or CFM pages, and use the results
to control the display.
• The
tag specifies the location of the JavaScript and CSS files that a ColdFusion page imports or to
cfajaximport
selectively import files required by specific tags. The ability to change the file location lets you support a wide range
of configurations and use advanced techniques, such as application-specific styles.
For more information about the data and development features and how to use them, see
Development
Features" on page 858.
User Interface tags and features
Several ColdFusion user interface elements incorporate Ajax features. The tags and tag-attribute combinations can be
divided into the following categories:
• Container tags that lay out or display contents
• File management tags that handle files
• Form tags that dynamically display data
• A menu tag that lets you create menu bars and pull-down menus
• User assistance features that provide tool tips and form completion
• Four other tags for using geographical maps, progress bar, media player, and message box.
The following table lists the basic tags and attributes that display the Ajax-based features. For information on
additional forms-specific features, see
Tag/attribute
Container tags
cfdiv
cflayout
cflayoutarea
cfpod
cfwindow
File management tags
cffileupload
Forms tags
"Using Ajax form controls and
Description
An HTML
region that can be dynamically populated by a bind expression. Forms
div
in this region submit asynchronously.
A horizontal or vertical box, a tabbed region, or a set of bordered regions that can
include a top, bottom, left, right, and center regions.
An individual region within a
tabbed layout when the user select a tab. Forms in this region submit asynchronously.
An area of the browser window with an optional title bar and a body that contains
display elements. Forms in this region submit asynchronously.
A pop-up window within the browser. You can also use the
ColdFusion.Window.createWindow
in this region submit asynchronously.
A dialog for uploading multiple files from the user's system.
Last updated 1/20/2012
"Using Ajax Data and
features" on page 820.
area, such as the display that appears in a
cflayout
function to create a pop-up window. Forms
805

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents