[richfaces-svn-commits] JBoss Rich Faces SVN: r9163 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jun 23 11:31:04 EDT 2008
Author: msorokin
Date: 2008-06-23 11:31:03 -0400 (Mon, 23 Jun 2008)
New Revision: 9163
Modified:
trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2305
JS API corrected
Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2008-06-23 15:17:40 UTC (rev 9162)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2008-06-23 15:31:03 UTC (rev 9163)
@@ -393,28 +393,28 @@
<!--Controls common API -->
<row>
- <entry>hide()</entry>
- <entry>Hides ordering control</entry>
+ <entry role="tbi">hide()</entry>
+ <entry role="tbi">Hides ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>show()</entry>
- <entry>Shows ordering control</entry>
+ <entry role="tbi">show()</entry>
+ <entry role="tbi">Shows ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>isShown()</entry>
- <entry>Checks if current control is shown</entry>
+ <entry role="tbi">isShown()</entry>
+ <entry role="tbi">Checks if current control is shown <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>enable()</entry>
- <entry>Enables ordering control</entry>
+ <entry role="tbi">enable()</entry>
+ <entry role="tbi">Enables ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>disable()</entry>
- <entry>Disables ordering control</entry>
+ <entry role="tbi">disable()</entry>
+ <entry role="tbi">Disables ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>isEnabled()</entry>
- <entry>Checks if current control is enabled</entry>
+ <entry role="tbi">isEnabled()</entry>
+ <entry role="tbi">Checks if current control is enabled <para>(to be implemented)</para></entry>
</row>
<!--List managing API -->
<row>
More information about the richfaces-svn-commits
mailing list