MACROMEDIA COLFUSION MX 7-CFML Reference page 436

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cftreeitem
Description
Populates a form tree control, created with the
Category
Forms tags
Syntax
<cftreeitem
value = "text"
display = "text"
parent = "parent_name"
img = "filename"
imgopen = "filename"
href = "URL"
target = "URL_target"
query = "queryname"
queryAsRoot = "yes" or "no"
expand = "yes" or "no">
See also
,
cfapplet
cfform
,
cftextarea
cftree
Dynamic Forms with cfform Tags," in ColdFusion MX Developer's Guide
Attributes
Note: In XML format, ColdFusion MX passes all attributes to the XML. The supplied XSLT skins do
not handle or display XML format trees, but do display applet and Flash format trees.
Attribute
Req/Opt;
Format
value
Required;
All
display
Optional;
All
parent
Optional;
All
436
Chapter 2: ColdFusion Tags
,
,
cfformgroup
cfformitem
; "Building tree controls with the cftree tag" in Chapter 27, "Building
Default Description
Value passed when
tree with data from a
to use in a delimited list; for example,
"dept_id,emp_id"
that is a child of the column that precedes it in the list.
value
Tree item label. When populating a tree with data from a query,
specify names in a delimited list. Example:
"dept_name,emp_name"
Value of the tree item parent. Determines the item's placement
in the tree hierarchy. If omitted, the item is placed at the tree
root level, or if the
the query.
tag, with one or more elements.
cftree
,
,
,
cfgrid
cfinput
cfselect
is submitted. When populating a
cfform
, you can specify multiple columns
cfquery
. In this case, each column generates an item
attribute is True, directly under
queryAsRoot
,
,
cfslider
value =
display =

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents