我使用富脸4.1.0,我想自定义rich:dataScroller。我尝试以下面的方式进行,但标签显示为<<<<和<<任何人都知道解决方案
谢谢!
<rich:dataScroller maxPages="20">
<f:facet name="first">
<h:outputText value="First"/>
</f:facet>
<f:facet name="last">
<h:outputText value="Last"/>
</f:facet>
<f:facet name="next">
<h:outputText value="Next"/>
</f:facet>
<f:facet name="previous">
<h:outputText value="Previous"/>
</f:facet>
</rich:dataScroller>
答案 0 :(得分:0)
rich:dataScroller
将fastControls
作为其中一个有助于实现此目标的属性。
The attribute specifies the visibility of fastControls. Possible values are: "show"
(controls are always visible ). "hide" (controls are hidden. "auto" (unnecessary controls
are hidden). Default value is "show".
可以在rich:dataScroller docs中找到对此的说明。另见