Pman.Download.js
[Pman.Core] / Pman.Download.js
index c66998b..f923c7d 100644 (file)
@@ -50,10 +50,8 @@ Pman.Download = function(cfg)
     
     
     if (this.newWindow && this.method == 'GET') {
-        Roo.log('in');
-        Roo.log(cfg);
-            // as ie seems buggy...
-        window.open( cfg.url + '?' + Roo.urlEncode(cfg.params || {}), '_blank');
+        // as ie seems buggy...
+        window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank');
         return ; 
         
     }
@@ -103,7 +101,7 @@ Pman.Download = function(cfg)
 //        });
 //    }
  
+    Roo.log(this.params);
     for(var i in this.params) {
         
         var el = this.form.createChild( {
@@ -121,7 +119,7 @@ Pman.Download = function(cfg)
     (function() {
         this.submit = true;
         this.form.dom.submit();
-        this.cleanup.defer(this.timeout || 30000,this);
+//        this.cleanup.defer(this.timeout || 30000,this);
     }).defer(100, this);
     
      
@@ -260,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