modify company dialog
[Pman.Core] / Pman.Download.js
index 07103f6..23cf3a4 100644 (file)
@@ -18,8 +18,9 @@ var t = new Pman.Download({
 * 
 * @constructor
 * @param {Object} cfg   Configuration object.
+* @cfg {Object}  params  params to send
 * @cfg {String} url     Location to download from.
-* @cfg {String} method     GET or POST (default GET), POST will create a form, and post that into the hidden frame.
+* @cfg {String} method (GET|POST)    GET or POST (default GET), POST will create a form, and post that into the hidden frame.
 * @cfg {Boolean} newWindow (optional) download to new window
 * @cfg {String} doctype (optional) download PDF to new window
 * @cfg {Boolean} limit (optional) limit for grid downloads.
@@ -200,7 +201,7 @@ Roo.apply(Pman.Download.prototype, {
     
     hiddenCols : 'show', // set to 'hide' to hide them..
     
-    
+    showDownloading : false,
     // private..
     //used by simple GET method.
     createCsvFrame: function()