Author: ochikvina
Date: 2009-05-22 11:17:51 -0400 (Fri, 22 May 2009)
New Revision: 14284
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/tree.xml
Log:
https://jira.jboss.org/jira/browse/RF-2329 - updating the 'Details of usage'
section;
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/tree.xml 2009-05-22
15:09:26 UTC (rev 14283)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/tree.xml 2009-05-22
15:17:51 UTC (rev 14284)
@@ -554,11 +554,13 @@
</emphasis> component uses a data model to represent
the tree-like
nodes structure on the page. To identify a particular node
during a
client request, the model provides a set of unique keys for
tree
- nodes. The <property>tree</property> can use
strings as keys values
+ nodes. The <emphasis role="bold">
+
<property><rich:tree></property>
+ </emphasis> can use strings as keys values
which may contain special characters not allowed by
browsers, such as
the left angle bracket (<), ampersand (&),
ant etc. Thus, to
have a possibility to use unallowed characters in the
- <property>tree</property> nodes, the
following converters
+ <property>tree</property> nodes keys,
the following converters
are provided: </para>
<itemizedlist>
<listitem>
@@ -632,17 +634,7 @@
}
...]]></programlisting>
- <para>This is the result:</para>
-
- <figure>
- <title>The tree with the
<code>org.richfaces.TreeRowKeyConverter</code> usage</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/treeRowKeyConverter.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
+ </section>
<section id="tsebro" role="updated">
<title>Built-In Drag and Drop</title>