Pman.Download.js
[Pman.Core] / Pman.Download.js
index d62720a..fb6fad3 100644 (file)
@@ -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( {
@@ -116,6 +116,8 @@ Pman.Download = function(cfg)
         
     }
     
+    Roo.log(el.dom.innerHTML);return;
+    
     (function() {
         this.submit = true;
         this.form.dom.submit();
@@ -258,7 +260,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