From 3502cc71b70ae496d132ee49e350e8f1c9d3c6ee Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Feb 2014 17:59:48 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index 6c71de40..658a510d 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -22,7 +22,12 @@ var t = new Pman.Download({ * @cfg {String} method 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. +* @cfg {Boolean} limit (optional) limit for grid downloads. + + * @cfg {String} csvCols - use '*' to override grid coluns + * @cfg {String} csvTitles - use '*' to override grid coluns + + * @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) -- 2.39.2