Extjs4 更組件化,雖兼容以前的寫法,但API中已找不到以前的函數可查閱.
var centerPanel = new Ext.Panel({
region : 'center',
autoLoad : {
url : 'firstpage.jsp',
//renderer : 'data',
params : {
userId : 1
}
},
title : '首頁',
html : '加載失敗!'
})
posted on 2011-06-07 15:01
紫蝶∏飛揚↗ 閱讀(4411)
評論(0) 編輯 收藏 所屬分類:
Extjs4