From 9688b1a6ca043229b0e9ec92f026d828ab44297c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Jun 2012 11:17:11 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Download.js b/Pman.Download.js index 6ca8ce46..160c71e1 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -22,6 +22,8 @@ var t = new Pman.Download({ * @cfg {Boolean} newWindow (optional) download to new window * @cfg {Function} success (optional) MAY fire on download completed (fails on attachments).. * @cfg {Number} timeout (optional) in milliseconds before it gives up (default 30000 = 30s) +* @cfg {Roo.grid.Grid} grid (optional) if you want to just download a grid, (without renderers..) +* */ Pman.Download = function(cfg) -- 2.39.2