Author: vkorluzhenko
Date: 2007-09-11 08:32:37 -0400 (Tue, 11 Sep 2007)
New Revision: 2867
Modified:
trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
Log:
http://jira.jboss.com/jira/browse/RF-869 Renaming of recursiveTreeNodes to
recursiveTreeNodesAdaptor
Modified: trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.xml
===================================================================
---
trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.xml 2007-09-11
12:24:44 UTC (rev 2866)
+++
trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.xml 2007-09-11
12:32:37 UTC (rev 2867)
@@ -86,7 +86,7 @@
</para>
<programlisting role="XML"><![CDATA[...
<rich:tree adviseNodeOpened="#{treeModelBean.adviseNodeOpened}"
switchType="client">
- <rich:treeNodes id="project" nodes="#{loaderBean.projects}"
var="project">
+ <rich:treeNodesAdaptor id="project"
nodes="#{loaderBean.projects}" var="project">
<rich:treeNode>
<h:commandLink action="#{project.click}" value="Project:
#{project.name}" />
@@ -98,17 +98,17 @@
<h:commandLink action="#{dir.click}" value="Directory:
#{dir.name}" />
</rich:treeNode>
- <rich:treeNodes id="file" var="file"
nodes="#{dir.files}">
+ <rich:treeNodesAdaptor id="file" var="file"
nodes="#{dir.files}">
<rich:treeNode>
<h:commandLink action="#{file.click}" value="File:
#{file.name}" />
</rich:treeNode>
- </rich:treeNodes>
+ </rich:treeNodesAdaptor>
- <rich:treeNodes id="file1" var="file"
nodes="#{dir.files}">
+ <rich:treeNodesAdaptor id="file1" var="file"
nodes="#{dir.files}">
<rich:treeNode>
<h:commandLink action="#{file.click}" value="File1:
#{file.name}" />
</rich:treeNode>
- </rich:treeNodes>
+ </rich:treeNodesAdaptor>
<rich:recursiveTreeNodesAdaptor id="archiveEntry"
var="archiveEntry"
roots="#{dir.files}" nodes="#{archiveEntry.archiveEntries}"
@@ -122,7 +122,7 @@
</rich:recursiveTreeNodesAdaptor>
</rich:recursiveTreeNodesAdaptor>
- </rich:treeNodes>
+ </rich:treeNodesAdaptor>
</rich:tree>
...
]]></programlisting>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-09-11 12:24:44 UTC
(rev 2866)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-09-11 12:32:37 UTC
(rev 2867)
@@ -137,12 +137,12 @@
is output for the data.name element of this node.</para>
<para>Different nodes for rendering could be defined depending on some
conditions on the tree
level. Each condition represents some rendering template. To get more information
on various
- <property>treeNodes</property> definition for nodes, <link
linkend="tree">see the tree
+ <property>treeNodesAdaptorAdaptor</property> definition for nodes,
<link linkend="tree">see the tree
component chapter</link>.</para>
<para>Switching between expanded/collapsed modes is also managed on the tree
level and defined
in <link linkend="tree">the corresponding
section</link>.</para>
<para>Default nodes of the tree level as well as ones defined with the
- <property>treeNodes</property> component could send Ajax requests when
selected with the
+ <property>treeNodesAdaptorAdaptor</property> component could send Ajax
requests when selected with the
mouse, it's managed with the <emphasis>
<property>"ajaxSubmitSelection"</property>
</emphasis> attribute (true/false).</para>
@@ -171,7 +171,7 @@
</emphasis>.</para>
<para>Default style classes are mapped on <emphasis><property>skin
parameters</property>.</emphasis></para>
- <para>To redefine appearance of all treeNodes at once, there are two
ways:</para>
+ <para>To redefine appearance of all treeNodesAdaptor at once, there are two
ways:</para>
<itemizedlist>
<listitem>to redefine corresponding skin parameters</listitem>
<listitem>to add <emphasis>
@@ -248,7 +248,7 @@
</tbody>
</tgroup>
</table>
- <para>Hence, to change look and feel of all
<property>treeNodes</property> components on an
+ <para>Hence, to change look and feel of all
<property>treeNodesAdaptor</property> components on an
application, change these parameters values.</para>
</section>
<section>
@@ -260,9 +260,9 @@
<listitem>rich-tree-node-selected</listitem>
<listitem>rich-tree-node-highlighted</listitem>
</itemizedlist>
- <para>Hence, in order to change an appearance of all
<property>treeNodes</property> on a page,
+ <para>Hence, in order to change an appearance of all
<property>treeNodesAdaptor</property> on a page,
declare and customize the above-mentioned classes in your CSS.</para>
- <para>It is also possible to change look and feel of specific
<property>treeNodes</property>
+ <para>It is also possible to change look and feel of specific
<property>treeNodesAdaptor</property>
with the help of defining for them <emphasis>
<property>"selectedClass"</property>
</emphasis> and <emphasis>
@@ -273,6 +273,6 @@
<section>
<title>Relevant resources links</title>
<para>How to Expand/Collapse Tree Nodes from code see <ulink
-
url="http://labs.jboss.com/wiki/ExpandCollapseTreeNodes">her...;.
</para>
+
url="http://labs.jboss.com/wiki/ExpandCollapsetreeNodesAdaptor"...;.
</para>
</section>
</section>