Roo/form/DateField.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:51:14 +0000 (17:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:51:14 +0000 (17:51 +0800)
Roo/form/DateField.js

index 579e9d4..885a708 100644 (file)
@@ -281,6 +281,8 @@ dateField.setValue('2006-5-4');
     // private
     menuListeners : {
         select: function(m, d){
+            Roo.log("menuListeners  select");
+            
             this.setValue(d);
             this.fireEvent('select', this, d);
         },