Author: cluts
Date: 2008-10-16 03:40:54 -0400 (Thu, 16 Oct 2008)
New Revision: 10768
Modified:
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
Log:
RF-4576 - information is added
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-10-16 07:40:32
UTC (rev 10767)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-10-16 07:40:54
UTC (rev 10768)
@@ -66,7 +66,7 @@
<emphasis
role="bold">Example:</emphasis>
</para>
<programlisting role="JAVA"><![CDATA[import
org.richfaces.component.html.HtmlDatascroller;
-...
+...
HtmlDatascroller myScroll = new HtmlDatascroller();
...
]]></programlisting>
@@ -77,6 +77,15 @@
<property><rich:datascroller></property>
</emphasis> component provides table scrolling
functionalitity the
same as TOMAHAWK scroller but with Ajax requests
usage.</para>
+ <para> The
+ <emphasis role="bold">
+
<property><rich:datascroller></property>
+ </emphasis> component should be reRendered also with
<emphasis role="bold">
+
<property><rich:dataTable></property>
+ </emphasis> when you changing filter in order to be
updated according to the <emphasis role="bold">
+
<property><rich:dataTable></property>
+ </emphasis> current model.
+ </para>
<para>The component should be placed into footer of the parent
table or be bound
to it with the <emphasis>
<property>"for"</property>
@@ -198,10 +207,10 @@
<h:panelGroup>
<h:outputText value="Set current page number:" />
<h:inputText value="#{dataTableScrollerBean.scrollerPage}"
id="sc1" size="1"/>
- <h:commandButton value="Set" />
+ <h:commandButton value="Set" />
</h:panelGroup>
</h:panelGrid>
-</h:form>
+</h:form>
...
]]></programlisting>
@@ -229,7 +238,7 @@
</emphasis> attributes provide an ability to show the current page and the
number of pages in
the <emphasis role="bold">
<property><rich:datascroller></property>
- </emphasis>.
+ </emphasis>.
-->
Show replies by date