我在 Lightbox iframe 中有一个按钮。如何通过单击该按钮关闭该 iframe?
我的代码如下所示:
<p:lightBox id="posetastavkeListaLightBox"
widgetVar="posetastavkeListaLightBoxWidget"
iframe="true" width="900px" height="700px">
</p:lightBox>
我在 Lightbox iframe 中有一个按钮。如何通过单击该按钮关闭该 iframe?
我的代码如下所示:
<p:lightBox id="posetastavkeListaLightBox"
widgetVar="posetastavkeListaLightBoxWidget"
iframe="true" width="900px" height="700px">
</p:lightBox>
通过这个答案从iframe 按钮关闭一个灯箱 primefaces
<p:lightBox id="light" iframe="true" width="80%" height="80%" widgetVar="dlg">
iframe
边:
<p:commandButton value="Close" onsuccess="parent.dlg.hide();" ajax="true" process="@none" />