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

index 5053023..c724975 100644 (file)
@@ -30,7 +30,12 @@ Roo.extend(Roo.form.DateDisplay , Roo.form.DateField ,  {
         
         this.picker.onRender(this.viewEl, position);
         
-    }
+    },
+    onSelect : function(sel) {
+        
+        
+        
      
+    }
     
 });
\ No newline at end of file