5
我在primefaces以下按鈕和麪板:Primefaces動畫顯示按鈕時按下
<p:commandButton value="Submit"
ajax="true" actionListener="#{myBean.search}" update="resultPanel" oncomplete="panelwv.show();">
</p:commandButton>
<p:panel widgetVar="panelwv" visible="false" closable="true"
toggleable="true" id="resultPanel">
我想而myBean.search執行,動畫出現在屏幕上。 有什麼幫助嗎? 謝謝!