我需要在底部没有胶片的 primefaces 画廊。当我使用 showFilmstrip="false" 时,无法手动导航。即使添加 autoPlay="true" 也不会使内容移动。
<p:galleria id="gal" value="#{articleController.welcomes}" var="w" autoPlay="true" showFilmstrip="false" >
<h:outputLabel value="#{w.sinhalaTopic}" ></h:outputLabel>
</p:galleria>
有没有办法让一个底部没有胶片的galaria,但可以用两边的箭头导航?如果那不可能,是否可以使用其他类似的 primefaces 组件来代替?