Roo/bootstrap/TimeField.js
authorEdward <edward@roojs.com>
Mon, 9 Jun 2014 07:46:37 +0000 (15:46 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Jun 2014 07:46:37 +0000 (15:46 +0800)
Roo/bootstrap/TimeField.js

index 56ea56d..f6e83e3 100644 (file)
@@ -361,6 +361,10 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input,  {
     {
         this.hide();
         this.setValue(this.time.format(this.format));
+        
+        this.fireEvent('select', this, this.date);
+        
+        
     },
     
     onMousedown: function(e){