Author: SeanRogers
Date: 2011-04-07 01:12:42 -0400 (Thu, 07 Apr 2011)
New Revision: 22385
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
Log:
Removed info on nested tree adaptors: RFPL-1353
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-07
02:46:22 UTC (rev 22384)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-04-07
05:12:42 UTC (rev 22385)
@@ -353,7 +353,8 @@
</para>
<xi:include href="skinning/vlst-richtree.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
-
+
+ <!-- <rich:tree> -->
<section id="sect-Component_Reference-Trees-richtreeNode">
<title><sgmltag><rich:treeNode></sgmltag></title>
<para>
@@ -472,13 +473,15 @@
</para>
</section>
+ <!-- TODO not in Final -->
+ <!--
<section
id="sect-Component_Reference-richtreeModelAdaptor-Multiple_levels">
<title>Multiple levels</title>
<para>
<sgmltag><rich:treeModelAdaptor></sgmltag> components can
further be nested in other
<sgmltag><rich:treeModelAdaptor></sgmltag> components to
subsequently populate lower levels of the tree.
</para>
<para>
- To access the current element at each iteration, use the
<varname>var</varname> attribute of either the parent
<sgmltag><rich:tree></sgmltag> component. <xref
linkend="exam-Component_Reference-richtreeModelAdaptor-Nested_richtreeModelAdaptor_components"
/> demonstrates a series of nested
<sgmltag><rich:treeModelAdaptor></sgmltag> components, each
using the parent's <varname>var</varname> attribute to reference the
current element.
+ To access the current element at each iteration, use the
<varname>var</varname> attribute of the parent
<sgmltag><rich:tree></sgmltag> component. <xref
linkend="exam-Component_Reference-richtreeModelAdaptor-Nested_richtreeModelAdaptor_components"
/> demonstrates a series of nested
<sgmltag><rich:treeModelAdaptor></sgmltag> components, each
using the parent's <varname>var</varname> attribute to reference the
current element.
</para>
<example
id="exam-Component_Reference-richtreeModelAdaptor-Nested_richtreeModelAdaptor_components">
<title><sgmltag>Nested <rich:treeModelAdaptor>
components</sgmltag></title>
@@ -488,6 +491,7 @@
Each <sgmltag><rich:treeModelAdaptor></sgmltag> component
is mapped to a list of objects. During the iteration, the corresponding object properties
are used to define the node labels and actions, and are in turn used for iterating through
nested lists.
</para>
</section>
+ -->
<section
id="sect-Component_Reference-richtreeModelAdaptor-Identifying_nodes">
<title>Identifying nodes</title>