Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 05:14:55 +0000 (13:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 05:14:55 +0000 (13:14 +0800)
Pman.Download.js

index a1233cd..e4c7e44 100644 (file)
@@ -18,6 +18,7 @@ var t = new Pman.Download({
 * @constructor
 * @param {Object} cfg   Configuration object.
 * @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 {Boolean} newWindow (optional) download to new window
      
 */