怎样在extjs中实现从新窗口中打开

2025-05-13 06:28:09
推荐回答(1个)
回答(1):

this.selectProgramWin = new Ext.Window({
layout: 'fit',
height: 600,
width: 800,
closeAction: 'hide',
items: [mpGrid]
});
this.selectProgramWin.show();