ext 窗体随窗口大小自动居中(笔记)
? Ext.EventManager.onWindowResize(function(){
if(currentWindow){
currentWindow.center();
}
});
//currentWindow表示窗体的对象