Roo/form/MonthField.js
authorChris <chris@roojs.com>
Thu, 18 Oct 2012 09:45:37 +0000 (17:45 +0800)
committerChris <chris@roojs.com>
Thu, 18 Oct 2012 09:45:37 +0000 (17:45 +0800)
Roo/form/MonthField.js

index 8a8c4e0..3a03b02 100644 (file)
@@ -342,12 +342,12 @@ dateField.setValue('2006-5-4');
                     Roo.log(3)
                 }
             }
-            p.setValue(new Date().clearTime());
-            p.fireEvent("select", this, this.value);
-            
-            Roo.log(m.picker.mpSelMonth);
-            Roo.log(m.picker.mpSelYear);
-            m.hide();
+//            p.setValue(new Date().clearTime());
+//            p.fireEvent("select", this, this.value);
+//            
+//            Roo.log(m.picker.mpSelMonth);
+//            Roo.log(m.picker.mpSelYear);
+//            m.hide();
         }