Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 800

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

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Requesting and Presenting Information
XML
<xf:group appearance="horizontal">
<xf:label>Accept?</xf:label>
<xf:extension/>
<xf:select1 appearance="full" bind="YesNo" id="YesNo">
<xf:extension>
<cf:attribute name="type">radio</cf:attribute>
</xf:extension>
<xf:choices>
<xf:item>
<xf:label>Yes</xf:label>
<xf:value>Yes</xf:value>
<xf:extension>
<cf:attribute name="checked">checked</cf:attribute>
</xf:extension>
</xf:item>
<xf:item>
<xf:label>No</xf:label>
<xf:value>No</xf:value>
<xf:extension/>
</xf:item>
</xf:choices>
</xf:select1>
</xf:group>
cfgrid tags
ColdFusion represents a
cfgrid
Flash, Applet, or XML; and the
For applet and Flash format grids, ColdFusion inserts
<![CDATA[ sections in the body of a
For XML format grids, ColdFusion converts the CFML to XML in the following format:
tag using the
XML tag. This tag has four attributes:
cf:grid
,
, and
attributes, which all have the value of the
id
name
bind
cfgrid
tag. The controls can be Java applets or in SWF file format.
cf:grid
Last updated 1/20/2012
controls in the XML as HTML embed objects in
, which can be
format
tag
attribute.
cfgrid
name
795

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents