开发者

JSF 2.1 + RichFaces 4 rich:dataScroller

开发者 https://www.devze.com 2023-03-23 11:14 出处:网络
I have the following datascroller <rich:dataScroller for=\"productsList\" id=\"scroller\" maxPages=\"10\">

I have the following datascroller

            <rich:dataScroller for="productsList" id="scroller" maxPages="10">
                     <f:facet name="next">
                        <h:outputText value="fist page" />
                     </f:facet>
                     <f:facet name="previous">
                        <h:outputTex开发者_如何学Got value="last page" />
                     </f:facet>
                </rich:dataScroller>

I would like to remove firstPage (>>>>) and lastPage (<<<<) buttons. How can I do it?


fastControls="hide" boundaryControls="hide" should do it :)

0

精彩评论

暂无评论...
验证码 换一张
取 消