Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:17:11 +0000 (11:17 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:17:11 +0000 (11:17 +0800)
Pman.Download.js

index 6ca8ce4..160c71e 100644 (file)
@@ -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)