items: [
{
xtype: 'box',//sencha architect3 not support ‘box’,modify mannually
flex: 1,
region: 'center',
autoEl: {
tag: 'iframe',
src: 'test.html'
}
}
]
items: [
{
xtype: 'box',//sencha architect3 not support ‘box’,modify mannually
flex: 1,
region: 'center',
autoEl: {
tag: 'iframe',
src: 'test.html'
}
}
]