Extjs 5 load a external page method

items: [

        {

            xtype: 'box',//sencha architect3 not support ‘box’,modify mannually

            flex: 1,

            region: 'center',

            autoEl: {

                tag: 'iframe',

                src: 'test.html'

            }

        }

    ]

你可能感兴趣的:(method)