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