Author: vkorluzhenko
Date: 2007-07-09 05:54:23 -0400 (Mon, 09 Jul 2007)
New Revision: 1542
Modified:
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-419
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-07-09 08:52:00
UTC (rev 1541)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-07-09 09:54:23
UTC (rev 1542)
@@ -311,7 +311,10 @@
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataTableSc...
Here</ulink> you can see the example of <emphasis
role="bold"
-
><rich:dataScroller></emphasis> usage and sources for the given
example.
- </para>
+ ><rich:dataScroller></emphasis> usage and sources for the
given example. </para>
+ <para> The solution about how to do true pagination using datascroller (load a
part of data from
+ database) can be found on the <ulink
+
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
+ >RichFaces Users Forum</ulink>. </para>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-07-09 08:52:00 UTC
(rev 1541)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-07-09 09:54:23 UTC
(rev 1542)
@@ -100,7 +100,8 @@
<?dbhtml
filename="WhyRichFaceslibrarycondataTablecomp"?>
<title>Why RichFaces library contains
<rich:dataTable> component,
though there is the standard
<h:dataTable>?</title>
- <para>The answer could be found <ulink
+ <para>The article about <emphasis role="bold"
+ ><rich:dataTable></emphasis> flexibility
can be found <ulink
url="http://labs.jboss.com/wiki/RichFacesArticleDataTable"
here</ulink>.</para>
<para>Source code (SVN) could be found <ulink
@@ -415,6 +416,7 @@
background-color: transparent;
}]]></programlisting>
</section>
+
<section>
<?dbhtml filename="subTableincombinationwithdataTable"?>
<title>How to use subTable in combination with
dataTable?</title>
@@ -422,4 +424,13 @@
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
here</ulink>.</para>
</section>
+
+ <section id="Truepagination">
+ <?dbhtml filename="Howtodotruepagination"?>
+ <title>How to do true pagination using datascroller (load a part of
data from database)?</title>
+ <para>The answer could be found on the <ulink
+
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
+ >RichFaces Users Forum</ulink>.</para>
+ </section>
+
</chapter>