设置面板所有者
我有一个应用程序,允许弹出面板以允许用户编辑某些属性。
如何设置面板所有者,使其位于页面上所有其他组件之上,而无需像使用警报框那样实际禁用它们?
I've got an application that allows a panel to popup to allow the user to edit some properties.
How do I set the panel owner so that it is on top of all the other components on the page without actually disabling them like you do with an alert box?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 PopUpManager 在其他所有内容之上显示某些内容。我之前使用这样的函数来创建弹出窗口:
您可以使用 Flextras 来查看它的运行情况日历 API 资源管理器。单击顶部栏上的任意按钮。
Use the PopUpManager to display something on top of everything else. I used a function like this to create the Popup before:
You can see it in action with the Flextras Calendar API Explorer. Click any button on the top bar.