Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 ExtJS 中实现无模式对话框。
例如,新的弹出窗口/面板不应使原始屏幕处于非活动状态。两者都应该可以同时访问。
我们怎么做?
Ext.Window 上的 modal 选项默认为 false,所以只要不包含该选项,对话框就不会是模态的。