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.
我想从 Ext 窗口组件中删除所有项目。意味着我必须在按钮事件中清除窗口。必须感谢任何帮助....谢谢
只是
尝试
窗口的 removeAll() 方法,从这个容器中移除所有组件。
window.removeAll()或者Ext.getCmp('windowId').removeAll();
window.removeAll()
Ext.getCmp('windowId').removeAll();
参考:Ext.Window-method-removeAll