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

index c25c6dc..31d2a8b 100644 (file)
@@ -156,11 +156,9 @@ Roo.extend(Roo.CalendarPanel, Roo.ContentPanel, {
             cfg.name = this.name;
         }
         
-        this.el = ct.createChild(cfg, position);
+        ct.createChild(cfg, position);
         
-        if(this.tabIndex !== undefined){
-            this.el.dom.setAttribute('tabIndex', this.tabIndex);
-        }
+         
         
         
         this.view.initEvents();