ux/DateDisplay.js
authorAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 13:35:02 +0000 (21:35 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 13:35:02 +0000 (21:35 +0800)
ux/DateDisplay.js

index ce3ea40..f1bee4d 100644 (file)
@@ -33,7 +33,7 @@ Roo.form.DateDisplay = function(config){
     });
 
     
-    this.picker.on('select', this.onSelect, this);
+    //this.picker.on('select', this.onSelect, this);
     
 };
 
@@ -61,7 +61,7 @@ Roo.extend(Roo.form.DateDisplay , Roo.form.TextField ,  {
         
         if (this.picker.value) {
             this.setValue(this.picker.value.format('Y-m-d'));
-            this.fireEvent('select', this);
+            //this.fireEvent('select', this);
         }
          
     }