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

index 86f8e71..5053023 100644 (file)
@@ -7,6 +7,7 @@ Roo.form.DateDisplay = function(config){
     
     Roo.form.DateDisplay.superclass.constructor.call(this, config);
     this.picker = new Roo.DatePicker( config );
+    this.picker.on('select', this.onSelect, this);
     
 };