2

我在 Lightbox iframe 中有一个按钮。如何通过单击该按钮关闭该 iframe?

我的代码如下所示:

<p:lightBox id="posetastavkeListaLightBox" 
            widgetVar="posetastavkeListaLightBoxWidget" 
            iframe="true" width="900px" height="700px">          
</p:lightBox>
4

1 回答 1

1

通过这个答案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" />
于 2013-02-11T14:09:56.047 回答