[richfaces-svn-commits] JBoss Rich Faces SVN: r14350 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue May 26 11:28:00 EDT 2009
Author: smukhina
Date: 2009-05-26 11:28:00 -0400 (Tue, 26 May 2009)
New Revision: 14350
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/datascroller.xml
Log:
https://jira.jboss.org/jira/browse/RF-6990
https://jira.jboss.org/jira/browse/RF-6989
JS API section is added to datascroller component
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/datascroller.xml 2009-05-26 15:27:05 UTC (rev 14349)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/datascroller.xml 2009-05-26 15:28:00 UTC (rev 14350)
@@ -328,6 +328,51 @@
</section>
<section>
+ <title>JavaScript API</title>
+ <table>
+ <title>JavaScript API</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Function</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>switchToPage(page)</entry>
+ <entry>Switches to the defined page, "page" is Number or String </entry>
+ </row>
+ <row>
+ <entry>next()</entry>
+ <entry>Navigates to the next page</entry>
+ </row>
+ <row>
+ <entry>previous()</entry>
+ <entry>Navigates to the previous page</entry>
+ </row>
+ <row>
+ <entry>first()</entry>
+ <entry>Navigates to the first page</entry>
+ </row>
+ <row>
+ <entry>last()</entry>
+ <entry>Navigates to the last page</entry>
+ </row>
+ <row>
+ <entry>fastForward()</entry>
+ <entry>Navigates ahead over a certain number of pages. The number of pages to traverse is defined with fastStep attribute</entry>
+ </row>
+ <row>
+ <entry>fastRewind()</entry>
+ <entry>Navigates backwards over a certain number of pages. The number of pages to traverse is defined with fastStep attribute</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title>Facets</title>
<table>
<title>Facets</title>
More information about the richfaces-svn-commits
mailing list