2013-04-25 74 views
0

我需要在底部沒有膠捲的Primefaces環球免稅店。當我使用showFilmstrip =「false」時,無法手動導航。即使添加autoPlay =「true」也不會使內容移動。Primefaces環球免稅店 - 如何在沒有膠捲的情況下導航

<p:galleria id="gal" value="#{articleController.welcomes}" var="w" autoPlay="true" showFilmstrip="false" > 
    <h:outputLabel value="#{w.sinhalaTopic}" ></h:outputLabel> 
</p:galleria> 

有什麼辦法可以在底部有一個沒有膠捲的加拉里亞,但是可以在任何一邊用箭頭導航嗎?如果這是不可能的,是否還有其他類似的primefaces組件被使用?

回答

1
.ui-galleria-filmstrip-wrapper { 
    display:none; 
} 

上添加代碼到.css文件,這將使隱藏在p:galleria底部的條狀。