Ext.MessageBox.show({
msg: 'Loading data from template...',
progressText: 'Loading...',
width:300,
wait:true,
/*waitConfig: {interval:500}*/
});
var delegate = doLoad.createDelegate(doLoad, [], true);
templateDataStore.on('load', delegate);
templateDataSt ...
评论排行榜