Author: SeanRogers
Date: 2011-02-01 01:43:40 -0500 (Tue, 01 Feb 2011)
New Revision: 21347
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
Log:
Minor change to tree adaptors
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-02-01
06:40:03 UTC (rev 21346)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-02-01
06:43:40 UTC (rev 21347)
@@ -445,7 +445,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.
+ 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.
</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