Author: smukhina
Date: 2008-09-09 11:14:20 -0400 (Tue, 09 Sep 2008)
New Revision: 10381
Modified:
trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
https://jira.jboss.org/jira/browse/RF-2613
APIs are corrected
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-09-09 14:22:22
UTC (rev 10380)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-09-09 15:14:20
UTC (rev 10381)
@@ -405,7 +405,7 @@
</row>
-->
<!--Controls common API -->
- <row>
+ <!--row>
<entry role="tbi">hide()</entry>
<entry role="tbi">Hides ordering control (to be
implemented)</entry>
</row>
@@ -416,7 +416,7 @@
<row>
<entry role="tbi">isShown()</entry>
<entry role="tbi">Checks if current control is
shown (to be implemented)</entry>
- </row>
+ </row-->
<row>
<entry role="tbi">enable()</entry>
<entry role="tbi">Enables ordering control (to be
implemented)</entry>
@@ -431,19 +431,19 @@
</row>
<!--List managing API -->
<row>
- <entry role="tbi">Up()</entry>
+ <entry role="tbi">up()</entry>
<entry role="tbi">Moves up selected item in the
list (to be implemented)</entry>
</row>
<row>
- <entry role="tbi">Down()</entry>
+ <entry role="tbi">down()</entry>
<entry role="tbi">Moves down selected item in the
list (to be implemented)</entry>
</row>
<row>
- <entry role="tbi">Top()</entry>
+ <entry role="tbi">top()</entry>
<entry role="tbi">Moves top selected item in the
list (to be implemented)</entry>
</row>
<row>
- <entry role="tbi">Bottom()</entry>
+ <entry role="tbi">bottom()</entry>
<entry role="tbi">Moves bottom selected item in
the list (to be implemented)</entry>
</row>
<row>