Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 798

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

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Requesting and Presenting Information
CFML tag
cfinput type="radio"
cfinput type="checkbox"
cfinput type="button"
cfinput type="image"
cfinput type="reset"
cfinput type="submit"
cfselect multiple="false"
cfselect multiple="true"
cftextarea
cfslider
cfgrid
cftree
cfformitem type="text"
cfformitem type="html"
cfformitem type="*" (all but text, html)
cfformgroup type="*"
ColdFusion converts
cfformitem
body in a <![CDATA[ section. It converts all other
element's
attribute to the
appearance
produce meaningful output. For example, the ColdFusion default skin transform displays the
and processes the
xf:groupappearance="hrule"
General control element structure
Each control element that a standard XForms control element can represent has the following general structure.
<xf:tagname bind="bindid" id="bindid">
<xf:label>label</xf:label>
<xf:extension>
<cf:attribute name="type">controltype</cf:attribute>
<cf:attribute name="attribname>attribvalue</cf:attribute>
<cf:attribute name="attribname>attribvalue</cf:attribute>
.
.
.
</xf:extension>
</xf:tagname>
The following table describes the variable parts of this structure:
XML tag
xf:select1
xf:select
xf:trigger
xf:submit
xf:submit
xf:submit
xf:select1
xf:select
xf:textarea
xf:range
cf:grid
cf:tree
xf:output
xf:output
xf:group appearance="*"
xf:group appearance="*"
tags with text and html
type
cfformitem
tag's
cfformitem
type
element, but it ignores all other
Last updated 1/20/2012
attributes to XForms
output
tags to XForms
elements, and sets each
group
attribute. The XSLT must process these elements to
xf:group
793
elements with the tag
text blocks
xf:output
elements.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents