Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Jul 2011 05:47:55 +0000 (13:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Jul 2011 05:47:55 +0000 (13:47 +0800)
Pman.Download.js

index eaea10b..1e84eb6 100644 (file)
@@ -21,6 +21,7 @@ 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 {Function} success (optional) MAY fire on download completed (fails on attachments)..
+* @cfg {Number} timeout (optional) in milliseconds before it gives up (default 30000 = 30s)
      
 */
 Pman.Download = function(cfg)