Ext JS - items: [{ xtype: 'xyz' }]

items: [{
    xtype: 'xyz'
}]

items: [{
	xtype: 'panel'// ext 组件
}]

items: [{
	xtype: 'xyz'// 自定义组件别名 alias: 'widget.xyz'
}]

  

  

posted @ 2017-08-24 10:26  你的笑忘书  阅读(385)  评论(0编辑  收藏  举报