Roo/CalendarPanel.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 02:06:32 +0000 (10:06 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 02:06:32 +0000 (10:06 +0800)
Roo/CalendarPanel.js

index 2b6226d..5371e07 100644 (file)
@@ -156,7 +156,7 @@ Roo.extend(Roo.CalendarPanel, Roo.ContentPanel, {
             cfg.name = this.name;
         }
         
-        view.el =  ct.createChild(cfg, position);
+        this.view.el =  ct.createChild(cfg, position);
         
         if(this.tabIndex !== undefined){
             this.el.dom.setAttribute('tabIndex', this.tabIndex);