我在Lightbox iframe中有一个按钮。如何通过单击该按钮关闭该iframe?
我的代码如下:
<p:lightBox id="posetastavkeListaLightBox"
widgetVar="posetastavkeListaLightBoxWidget"
iframe="true" width="900px" height="700px">
</p:lightBox>
通过这个答案从iframe Button 关闭lightBox素数面
<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" />