[richfaces-svn-commits] JBoss Rich Faces SVN: r4511 - branches/3.1.x/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Dec 5 12:38:27 EST 2007
Author: vkorluzhenko
Date: 2007-12-05 12:38:26 -0500 (Wed, 05 Dec 2007)
New Revision: 4511
Modified:
branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-1184 - improved description
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml 2007-12-05 17:37:40 UTC (rev 4510)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml 2007-12-05 17:38:26 UTC (rev 4511)
@@ -19,7 +19,6 @@
<section>
<title>Key Features</title>
<itemizedlist>
- <!--listitem>Skinnable <property>ordering list</property> and child items</listitem-->
<listitem>Highly customizable look and feel</listitem>
<listitem>Reordering and sorting possibilities for list items</listitem>
<!--listitem>Customizable component layout (captions, headers, list items and ordering control set)</listitem-->
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml 2007-12-05 17:37:40 UTC (rev 4510)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml 2007-12-05 17:38:26 UTC (rev 4511)
@@ -361,72 +361,72 @@
<thead>
<row>
<entry>Function</entry>
- <entry>Description</entry><!--entry>Element</entry-->
+ <entry>Description</entry>
</row>
</thead>
<tbody>
<!--Sorting API -->
<row>
<entry>doSortAscending()</entry>
- <entry>Sorts items in the list ascending</entry><!--entry>Component</entry-->
+ <entry>Sorts items in the list ascending</entry>
</row>
<row>
<entry>doSortDescending()</entry>
- <entry>Sorts items in the list descending</entry><!--entry>Component</entry-->
+ <entry>Sorts items in the list descending</entry>
</row>
<row>
<entry>doSort()</entry>
- <entry>Inverts current sorting</entry><!--entry>Component</entry-->
+ <entry>Inverts current sorting</entry>
</row>
<!--Controls common API -->
<row>
<entry>doHide()</entry>
- <entry>Hides ordering control</entry><!--entry>Any Ordering control</entry-->
+ <entry>Hides ordering control</entry>
</row>
<row>
<entry>doShow()</entry>
- <entry>Shows ordering control</entry><!--entry>Any Ordering control</entry-->
+ <entry>Shows ordering control</entry>
</row>
<row>
<entry>isShown()</entry>
- <entry>Checks if current control is shown</entry><!--entry>Any Ordering control</entry-->
+ <entry>Checks if current control is shown</entry>
</row>
<row>
<entry>doEnable()</entry>
- <entry>Enables ordering control</entry><!--entry>Any Ordering control</entry-->
+ <entry>Enables ordering control</entry>
</row>
<row>
<entry>doDisable()</entry>
- <entry>Disables ordering control</entry><!--entry>Any Ordering control</entry-->
+ <entry>Disables ordering control</entry>
</row>
<row>
<entry>isEnabled()</entry>
- <entry>Checksif current control is enabled</entry><!--entry>Any Ordering control</entry-->
+ <entry>Checksif current control is enabled</entry>
</row>
<!--List managing API -->
<row>
<entry>moveUp()</entry>
- <entry>Moves up selected item in the list</entry><!--entry>Any Item</entry-->
+ <entry>Moves up selected item in the list</entry>
</row>
<row>
<entry>moveDown()</entry>
- <entry>Moves down selected item in the list</entry><!--entry>Any Item</entry-->
+ <entry>Moves down selected item in the list</entry>
</row>
<row>
<entry>moveTop()</entry>
- <entry>Moves top selected item in the list</entry><!--entry>Any Item</entry-->
+ <entry>Moves top selected item in the list</entry>
</row>
<row>
<entry>moveBottom()</entry>
- <entry>Moves bottom selected item in the list</entry><!--entry>Any Item</entry-->
+ <entry>Moves bottom selected item in the list</entry>
</row>
<row>
<entry>getSelection()</entry>
- <entry>Returns currently selected item</entry><!--entry>Any Item</entry-->
+ <entry>Returns currently selected item</entry>
</row>
<row>
<entry>getItems()</entry>
- <entry>Returns the collection of all items</entry><!--entry>Any Item</entry-->
+ <entry>Returns the collection of all items</entry>
</row>
</tbody>
</tgroup>
More information about the richfaces-svn-commits
mailing list