[richfaces-svn-commits] JBoss Rich Faces SVN: r6190 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Feb 20 06:33:36 EST 2008


Author: msorokin
Date: 2008-02-20 06:33:36 -0500 (Wed, 20 Feb 2008)
New Revision: 6190

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml
Log:
Description and key features were re-written. 
http://jira.jboss.com/jira/browse/RF-1137

Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml	2008-02-20 10:39:03 UTC (rev 6189)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml	2008-02-20 11:33:36 UTC (rev 6190)
@@ -7,8 +7,8 @@
     </sectioninfo>
     <section>
         <title>Description</title>
-        <para>A component for a tree-like presentation of data. It includes built-in drag and drop
-            support for its child elements.</para>
+        <para>The component is designed for hierarchical data presentation and is applied for building 
+a tree structure with a drag-and-drop capability.  </para>
         <figure>
             <title>Expanded <emphasis role="bold"><property>&lt;rich:tree&gt;</property></emphasis> with child elements</title>
             <mediaobject>
@@ -24,40 +24,16 @@
     <section>
         <title>Key Features</title>
         <itemizedlist>
-            <listitem>
-                <para>Highly customizable look-and-feel</para>
-                <para>This feature provides rich possibilities to change an appearance of a component into different styles.</para>
-            </listitem>
-           
-            <listitem>
-                <para>Built-in drag and drop support</para>
-                <para>This feature allows programming DnD possibility for the <emphasis role="bold">
-                    <property>&lt;rich:tree&gt;</property>
-                </emphasis> component so that it would be possible to change a placement of nodes in a <property>tree</property> simply by dropping a certain node from one place to another. Look at the screenshot below:</para>
-                <figure>
-                    <title>Drag and drop support</title>
-                    <mediaobject>
-                        <imageobject>
-                            <imagedata fileref="images/tree3.png"/>
-                        </imageobject>
-                    </mediaobject>
-                </figure>
-                <para>
-                    Here, an appropriate CD-disk is been moving from one album to the next one.
-                    </para>
-            </listitem>
-            
-            <listitem>
-                <para>Built-in Ajax processing</para>
-            </listitem>
 
-            <listitem>
-                <para>Possibility to define a visual representation by a node type</para>
-            </listitem>
+<listitem><para>Highly customizable look-and-feel</para></listitem>
+<listitem><para>Built-in drag and drop capability, than enable relocating tree nodes within the tree</para></listitem>
+<listitem><para>Built-in Ajax processing</para></listitem>
+<listitem><para>Possibility to define a visual representation by node type</para></listitem>
+<listitem><para>Support of several root elements in a tree</para></listitem>
+ 
 
-            <listitem>
-                <para>Support of several root elements in a tree</para>
-            </listitem>
+
+
         </itemizedlist>
     </section>
-</section>
+</section>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list