缥缈止盈
在你的window下面添加initComponent: function() {Ext.apply(this, {layout: 'fit',id:'ChoiseWindow',items: [{xtype: 'grid',store: 'manyToOne.ManyToOneStore',selType: 'checkboxmodel', // 复选框columns: dynamicView.ChoiseList}],buttons: [{text: '确定',action: 'saveChoise'}, {text: '取消',handler: function() {this.up('window').hide();}}]});this.callParent(arguments);}