Extjs window autoload

it2025-10-07  7

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

最新回复(0)