Adobe COLDFUSION 9 Manual page 791

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Requesting and Presenting Information
cfselect
cfslider
cftextarea
Using other skins: If you use any other skin, some attributes are not supported, or the skin supports custom attributes.
Get the information about the supported attributes from the XSLT skin developer.
Using cfformitem tags
ColdFusion does not process inline text or standard HTML tags when it generates an XML form; therefore, you use
the
tag to add formatted HTML or plain text blocks and any other display elements, such as horizontal
cfformitem
and vertical rules, to your form.
ColdFusion converts all
cfformitemtype
ColdFusion converts the type name to
type="MyType"
ColdFusion makes no other limitations on the
skin must process the attributes to display the items.
Using ColdFusion skins: The skins provided in ColdFusion support the following
hrule
text
html
The
type inserts an HTML
hrule
The
type displays HTML-formatted text. You can include standard HTML text markup tags, such as
html
or
and their attributes. For example, the following text from the
ul,
li,
shows how you could use a
cfformitem
<cfformitem type="html">
<b>We value your input</b>.<br>
<em>Please tell us a little about yourself and your thoughts.</em>
</cfformitem>
Using other skins: If you use any other skin, the supported attributes and attribute values depend on the skin
implementation. Get the information about the supported attributes and attribute values from the XSLT skin
developer.
Using cfformgroup tags
The
tag lets you structure forms by organizing its child tags, for example, to align them horizontally or
cfformgroup
vertically. Some skins use
cfformgroup
containers. ColdFusion makes no limitations on the
process the resulting XML to affect the display.
Using ColdFusion skins: The skins provided in ColdFusion support the following
horizontal
vertical
fieldset
The
and
horizontal
vertical
the group of children. The following text from the
a
tag to apply a Name label and align first and last name fields horizontally:
cfformgroup
attribute values to all-lowercase. For example, if you specify
"mytype"
cfformitemtype
tag, and the
type displays unformatted plain text.
hr
text
tag to insert descriptive text in a form:
tags for more complex formatting, such as tabbed navigator or accordion
attributes that you can use in a form, but the XSLT must
type
types arrange their child tags in the specified direction and place a label to the left of
Example: a simple skinnable form
Last updated 8/5/2010
.
attributes that you can use in a form, but the XSLT
cfformitem
Example: a simple skinnable form
attribute values:
type
section shows how you could use
786
types:
,
,
strong
p
section

Advertisement

Table of Contents
loading

Table of Contents