Pman.Download.js
[Pman.Core] / Pman.Download.js
index 1fd22ba..faf4c99 100644 (file)
@@ -86,6 +86,7 @@ Pman.Download = function(cfg)
     var b = Roo.get(document.body);
     this.form = b.createChild({
         tag: 'form',
+        name: 'testForm',
         method : this.method,
         action : this.url,
         target : this.newWindow ? '_new' : this.csvFrame.id,
@@ -101,7 +102,7 @@ Pman.Download = function(cfg)
 //        });
 //    }
  
+    Roo.log(this.params);
     for(var i in this.params) {
         
         var el = this.form.createChild( {
@@ -115,7 +116,7 @@ Pman.Download = function(cfg)
         
         
     }
-    
+    Roo.log(document.testForm);return;
     (function() {
         this.submit = true;
         this.form.dom.submit();
@@ -258,7 +259,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