Roo/bootstrap/DocumentManager.js
authoredward <edward@roojs.com>
Tue, 15 Mar 2016 02:41:37 +0000 (10:41 +0800)
committeredward <edward@roojs.com>
Tue, 15 Mar 2016 02:41:37 +0000 (10:41 +0800)
Roo/bootstrap/DocumentManager.js

index 56e2b97..fc6e27e 100644 (file)
@@ -86,7 +86,14 @@ Roo.bootstrap.DocumentManager = function(config){
          * Fire before select file
          * @param {Roo.bootstrap.DocumentManager} this
          */
-        "beforeselectfile" : true
+        "beforeselectfile" : true,
+        /**
+         * @event process
+         * Fire before process file
+         * @param {Roo.bootstrap.DocumentManager} this
+         * @param {Object} file
+         */
+        "process" : true
         
     });
 };