Roo/bootstrap/DocumentManager.js
authoredward <edward@roojs.com>
Tue, 16 Feb 2016 03:47:14 +0000 (11:47 +0800)
committeredward <edward@roojs.com>
Tue, 16 Feb 2016 03:47:14 +0000 (11:47 +0800)
Roo/bootstrap/DocumentManager.js

index 28dc9ce..7bce113 100644 (file)
@@ -48,5 +48,10 @@ Roo.extend(Roo.bootstrap.DocumentManager, Roo.bootstrap.Component,  {
         this.uploadEl.setVisibilityMode(Roo.Element.DISPLAY).originalDisplay = 'block';
         
         this.uploadEl.on('click', this.onUpload, this);
+    },
+    
+    onUpload : function(e)
+    {
+        Roo.log(e);
     }
 });
\ No newline at end of file