Pman.Download.js
[Pman.Core] / Pman.Download.js
index 72c4732..50fac51 100644 (file)
@@ -48,7 +48,7 @@ Pman.Download = function(cfg)
         Roo.log(this);
     }
     
-    this.params.limit = 10;
+    
     if (this.newWindow && this.method == 'GET') {
         // as ie seems buggy...
         window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank');
@@ -101,7 +101,7 @@ Pman.Download = function(cfg)
 //        });
 //    }
  
+    Roo.log(this.params);
     for(var i in this.params) {
         
         var el = this.form.createChild( {
@@ -115,6 +115,8 @@ Pman.Download = function(cfg)
         
         
     }
+    var test = Roo.urlDecode(Roo.Ajax.serializeForm(this.form.dom));
+    Roo.log(JSON.stringify(test););return;
     
     (function() {
         this.submit = true;