Roo/bootstrap/DocumentManager.js
authoredward <edward@roojs.com>
Wed, 17 Feb 2016 06:08:18 +0000 (14:08 +0800)
committeredward <edward@roojs.com>
Wed, 17 Feb 2016 06:08:18 +0000 (14:08 +0800)
Roo/bootstrap/DocumentManager.js

index 4522992..96f0576 100644 (file)
@@ -58,7 +58,14 @@ Roo.bootstrap.DocumentManager = function(config){
          * Fire after refresh the file
          * @param {Roo.bootstrap.DocumentManager} this
          */
-        "refresh" : true
+        "refresh" : true,
+        /**
+         * @event click
+         * Fire after click the image
+         * @param {Roo.bootstrap.DocumentManager} this
+         * @param {Object} file
+         */
+        "click" : true
         
     });
 };