如何使 Wicket 模态窗口不可拖动?
我在我的应用程序中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,至少没有开箱即用的支持。可以阻止用户调整窗口大小,但可拖动性不受此影响。
版本 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.正如 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.