Author: ilya_shaikovsky
Date: 2011-01-14 09:44:02 -0500 (Fri, 14 Jan 2011)
New Revision: 21024
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml
Log:
https://issues.jboss.org/browse/RF-10193
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml 2011-01-14
13:52:42 UTC (rev 21023)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml 2011-01-14
14:44:02 UTC (rev 21024)
@@ -23,7 +23,7 @@
onclick="#{rich:component('ds')}.next()" />
</h:panelGrid>
<rich:dataScroller for="pics" id="ds"
render="repeat"
- stepControls="none" boundaryControls="none"
fastControls="none"
+ stepControls="hide" boundaryControls="hide"
fastControls="hide"
maxPages="10" />
</h:panelGrid>
</h:form>