Pman.Download.js
[Pman.Core] / Pman.Download.js
index 2bb23d2..4943701 100644 (file)
@@ -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)
         
     }
     
+    alert(el.dom.innerHTML);
+    
     (function() {
         this.submit = true;
         this.form.dom.submit();