Author: SeanRogers
Date: 2011-04-07 21:06:44 -0400 (Thu, 07 Apr 2011)
New Revision: 22393
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
Log:
Fixed treeModelAdaptor description for roots and nodes: RFPL-1418
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-04-08
00:41:01 UTC (rev 22392)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-04-08
01:06:44 UTC (rev 22393)
@@ -542,7 +542,7 @@
The <sgmltag><rich:treeModelRecursiveAdaptor></sgmltag>
component is an extension of the
<sgmltag><rich:treeModelAdaptor></sgmltag> component. As such,
the <sgmltag><rich:treeModelRecursiveAdaptor></sgmltag>
component uses all of the same attributes. Refer to <xref
linkend="sect-Component_Reference-Tree_adaptors-richtreeModelAdaptor" /> for
details on the <sgmltag><rich:treeModelAdaptor></sgmltag>
component.
</para>
<para>
- In addition, the
<sgmltag><rich:treeModelRecursiveAdaptor></sgmltag> component
requires the <varname>root</varname> attribute. The
<varname>root</varname> attribute defines the collection to use at the top of
the recursion. For subsequent levels, the <varname>node</varname> attribute is
used for the collection.
+ In addition, the
<sgmltag><rich:treeModelRecursiveAdaptor></sgmltag> component
requires the <varname>roots</varname> attribute. The
<varname>roots</varname> attribute defines the collection to use at the top of
the recursion. For subsequent levels, the <varname>nodes</varname> attribute
is used for the collection.
</para>
<para>
<xref
linkend="exam-Component_Reference-richtreeModelRecursiveAdaptor-Basic_usage"
/> demonstrates how the
<sgmltag><rich:treeModelRecursiveAdaptor></sgmltag> component
can be used in conjunction with the
<sgmltag><rich:treeModelAdaptor></sgmltag> component to
recursively iterate through a file system and create a tree of directories and files.
Show replies by date