0
트리거. '슬라이드'효과가 두 번째로 작동합니다. 이것을 보장하는 방법도 처음으로 작동합니까?Primefaces 효과는 내가이 코드 조각이 두 번째
트리거. '슬라이드'효과가 두 번째로 작동합니다. 이것을 보장하는 방법도 처음으로 작동합니까?Primefaces 효과는 내가이 코드 조각이 두 번째
h : outputScript 코드를 메시지를 트리거 한 p : 단추로 이동하면 작동합니다.
<p:growl id="growler" autoUpdate="true" life="15000"/>
<p:commandButton value="Save" actionListener="#{referenceManagementPage.save}" update="@form">
<h:outputScript>$("#growler_container").effect("slide", { direction: "right" }, 400);</h:outputScript>
</p:commandButton>