如何使 Wicket 模态窗口不可拖动?

发布于 2024-10-16 03:55:03 字数 61 浏览 4 评论 0原文

我在我的应用程序中使用 Wicket 模式窗口。有什么办法让它不可拖动吗?任何信息都会对我非常有帮助。谢谢。

I am using a Wicket modal window in my application. Is there any way to make it un-draggable? Any information will be very helpful to me. Thank you.

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

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

发布评论

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

评论(2

安稳善良 2024-10-23 03:55:03

不幸的是,至少没有开箱即用的支持。可以阻止用户调整窗口大小,但可拖动性不受此影响。

版本 1.4.7 中 ModalWindow 的完整 Javadoc 为 此处

Unfortunately, there is no support for this, at least out of the box. It is possible to prevent the user from resizing the window, but draggability is not affected by that.

Full Javadoc for ModalWindow in version 1.4.7 is here.

如果没结果 2024-10-23 03:55:03

正如 Torgamus 勋爵所解释的,标准 ModalWindow 无法设为不可拖动。

不过,您也可以使用 wiquery 对话框。它提供与 JQuery UI 对话框 相同的配置选项。除此之外,您还可以控制可拖动性。

As explained by Lord Torgamus, the standard ModalWindow can not be made un-draggable.

As an alternative, however, you could use the wiquery dialog. It offers the same confiuration options as the JQuery UI Dialog. Among other things, you can control draggability.

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