ext3.0 创建外链Ext.window实现

72 阅读1分钟
uploaderWin = new Ext.Window({
    title: '附件上传',
    width: 695,
    height: 500,
    closeAction: 'destroy',
    layout: 'fit',
    items: [{
        xtype: 'container',
        autoEl: {
            tag: 'iframe',
            src: 'uploader.jsp' + formatParamsStr,

            style: 'width:100%; height:100%;'
        }
    }]
});