var _window = new Ext.Window({ title : ‘窗口‘, width : ‘800‘, height : 500, modal:true,//模态的 后面的页面就不能点了 frame : true, layout : ‘fit‘, items:[...] });
加上modal:true,这个配置项即可
原文地址:http://7883830.blog.51cto.com/7873830/1564205