gpt4 book ai didi

javascript - 灯箱 iframe 关闭

转载 作者:行者123 更新时间:2023-11-30 05:51:09 25 4
gpt4 key购买 nike

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

我的代码是这样的:

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

最佳答案

通过this answerClose a lightBox primefaces from iframe Button

<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" />

关于javascript - 灯箱 iframe 关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14813642/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com