如何使其成为在外部单击时不可关闭的厚盒

发布于 2024-08-26 02:08:22 字数 155 浏览 7 评论 0原文

我正在使用厚盒来获取用户信息,但是在输入时,当我单击厚盒外部时,它现在已关闭,我希望在单击外部时成为不可关闭的厚盒。

如何使其不可关闭我尝试使用 TB_setCloseOnOverlayClick(false); 但它不起作用。有人可以在这方面帮助我吗?

I am using thickbox for getting users information, but while entering when i click outside of the thickbox its getting closed now, i want to be non closeable thickbox when it clicked outside.

How to make it as non closeable i tried with TB_setCloseOnOverlayClick(false); but it didn't work. can anyone help me in this regard?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

这是 ThickBox 页面中指定的内容...尝试一下

您可以选择添加 modal=true 到
查询字符串(例如

TB_inline?height=155&width=300&inlineId=hiddenModalContent&modal=true)

这样关闭 ThickBox 就会
需要调用 tb_remove()
来自 ThickBox 内的函数。看
隐藏模态内容示例,
您必须单击“是”或“否”才能
关闭厚盒。

This is what is specified in the ThickBox page...have a try

Optionally you may add modal=true to
the query string (e.g.

TB_inline?height=155&width=300&inlineId=hiddenModalContent&modal=true)

so that closing a ThickBox will
require calling the tb_remove()
function from within the ThickBox. See
the hidden modal content example,
where you must click yes or no to
close the ThickBox.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文