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%;'
}
}]
});