items: [
{
xtype: 'box',//sencha architect3 not support ‘box’,modify mannually
flex: 1,
region: 'center',
autoEl: {
tag: 'iframe',
src: 'test.html'
}
}
]
Sencha Architect 3 手动修改示例
items: [
{
xtype: 'box',//sencha architect3 not support ‘box’,modify mannually
flex: 1,
region: 'center',
autoEl: {
tag: 'iframe',
src: 'test.html'
}
}
]

被折叠的 条评论
为什么被折叠?