SimpleExcel.php
[Pman.Core] / Pman.Download.js
index 6ac4ae3..7037f74 100644 (file)
@@ -39,9 +39,9 @@ Pman.Download = function(cfg)
 {
     
     this.params = {};
-    Roo.log(cfg);
+    
     Roo.apply(this, cfg);
-     Roo.log(this);return;
+     
     if (this.grid) {
         
         this.buildFromGrid();
@@ -50,8 +50,8 @@ Pman.Download = function(cfg)
     
     
     if (this.newWindow && this.method == 'GET') {
-            // 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 ; 
         
     }
@@ -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