jquery jdialog 非模态

发布于 2024-11-02 10:19:57 字数 96 浏览 0 评论 0原文

我正在使用 sj:dialog 显示用户的一些详细信息。 我需要将其变成一个带有最小化、最大化、关闭按钮的非模式窗口。 是否可以?

如果没有,那么还有其他选择吗?

I am using sj:dialog to display some details of an user.
I need to make this into a non-modal window with minimize, maximize, close buttons.
Is it possible?

If not, then are there any alternatives?

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

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

发布评论

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

评论(1

煞人兵器 2024-11-09 10:19:57

首先,jQuery 模态窗口不是严格的 Windows 意义上的模态窗口。 jQuery UI 模态窗口使用 Javascript 编程来使网页的一部分尽可能表现得像模态对话框。

当您说您希望模态具有最小化和最大化按钮时,这实际上没有意义,因为 jQuery UI 模态在严格意义上不能“最大化”或“最小化”。您可以将其展开以占据整个浏览器窗口。这当然是可能的,但是“最小化”jQuery 对话框是什么意思呢?它会“最小化”到哪里?

First of all, a jQuery modal window is not a modal window in the strict Windows sense of the word. The jQuery UI modal window uses Javascript programming to make a section of a web page behave like a modal dialog as much as possible.

When you say that you would like for the modal to have minimize and maximize buttons, that doesn't really make sense because a jQuery UI modal cannot be "maximized" or "minimized" in a strict sense. You could have it expand to take up the entire browser window. That is certainly possible, but what could you possible mean by "minimizing" a jQuery dialog. Where would it "minimize" to?

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