var win =
new Ext.Window({
title:'批量设置状态',
// el:'window-win',
layout:
'form',
autoLoad:{
url:'setSuccInit.action',
params:{flag:0,sheetType:2},
scripts:true
},
width:600,
height:300,
x:150,
y:20,
colseAction:'close',
buttonAlign : 'center' ,
buttons:[{
text:'关闭',
handler: function(){win.close();}
}]
});
win.show();
转载于:https://www.cnblogs.com/kunpengit/archive/2012/11/16/2773109.html
转载请注明原文地址: https://win8.8miu.com/read-1551797.html