81,122
社区成员




function insertImages()
{
dialog = new Ext.ux.UploadDialog.Dialog({
url: '/WebOffice/upload.action',
width : 450,
height : 300,
minWidth : 450,
minHeight : 300,
draggable : true,
resizable : true,
modal: true,
reset_on_hide: true,
allow_close_on_upload: true,
upload_autostart: false
});
dialog.show('show-button');