切换 rich:datascroller 的 CSS
我想切换 datascroller 用于显示所选页面的样式。是否可以?
<f:facet name="footer">
<a4j:form>
<rich:datascroller styleClass="wrap-paginacao" for="estabelecimentoGrid" boundaryControls="hide" stepControls="show" fastControls="hide" >
<f:facet name="previous">
<h:graphicImage value="/home/img/previous.png"/>
</f:facet>
<f:facet name="next">
<h:graphicImage value="/home/img/next.png"/>
</f:facet>
</rich:datascroller>
</a4j:form>
</f:facet>
更新
默认样式:
我想要的样式:
I wanna switch the styles the datascroller uses to shows the selected page. Is it possible?
<f:facet name="footer">
<a4j:form>
<rich:datascroller styleClass="wrap-paginacao" for="estabelecimentoGrid" boundaryControls="hide" stepControls="show" fastControls="hide" >
<f:facet name="previous">
<h:graphicImage value="/home/img/previous.png"/>
</f:facet>
<f:facet name="next">
<h:graphicImage value="/home/img/next.png"/>
</f:facet>
</rich:datascroller>
</a4j:form>
</f:facet>
UPDATE
Default styles:
Styles I want:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 richfaces 的
.rf-ds-act
类覆盖为您想要的任何内容。如果这还不够,您右键单击滚动器组件并单击使用 firebug 检查元素,您将获得要覆盖的 css。
override
.rf-ds-act
class of richfaces to whatever you want..if this does not suffice you right click scroller component and click on inspect element using firebug you will get which css to override.