X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Download.js;h=7037f745721c58e550577f7a35954c30a9d0fe0e;hb=e6eb2122a2c49c78628944680de6b01f7439bed7;hp=d62720a637aa34dc1a7bbea791d4fdee43e8c823;hpb=fa1bb3e31ac29cf31fa10f126b7fde44bcd2864b;p=Pman.Core diff --git a/Pman.Download.js b/Pman.Download.js index d62720a6..7037f745 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -50,7 +50,7 @@ Pman.Download = function(cfg) if (this.newWindow && this.method == 'GET') { - // as ie seems buggy... + // as ie seems buggy... window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank'); return ; @@ -101,7 +101,7 @@ Pman.Download = function(cfg) // }); // } - + Roo.log(this.params); for(var i in this.params) { var el = this.form.createChild( { @@ -258,7 +258,7 @@ Roo.apply(Pman.Download.prototype, { this.url = this.grid.ds.proxy.conn.url; - this.method = this.grid.ds.proxy.conn.method ; + this.method = this.method || this.grid.ds.proxy.conn.method ; var t = this; // work out the cols