例子:?对比??????Ui.resultPanel = new Ext.Panel({
???????????????????????????????? ??xtype : 'panel',
????????????????????????????????? ?region : 'south',
???????????????????????????????? ??header : false,
????????????????????????????????? ?id : 'searchResult',
??????????????????????????????? ??autoScroll : true,
???????????????????????????????????height : 220,
???????????????????????????????? ?items:[]
???
?????????????????? ?});与
??????Ui.resultPanel =??????{
???????????????????????????????? ??xtype : 'panel',
????????????????????????????????? ?region : 'south',
???????????????????????????????? ??header : false,
????????????????????????????????? ?id : 'searchResult',
??????????????????????????????? ??autoScroll : true,
???????????????????????????????????height : 220,
???????????????????????????????? ?items:[]
???
??????????????????????????? ?}
前一种在创建后会自动渲染到页面上,后一种只是定义了一种结构,不会执行渲染操作,它如果包父容器包装才会渲染