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

index 5371e07..20fc424 100644 (file)
@@ -158,9 +158,9 @@ Roo.extend(Roo.CalendarPanel, Roo.ContentPanel, {
         
         this.view.el =  ct.createChild(cfg, position);
         
-        if(this.tabIndex !== undefined){
-            this.el.dom.setAttribute('tabIndex', this.tabIndex);
-        }
+        //if(this.tabIndex !== undefined){
+        //    this.el.dom.setAttribute('tabIndex', this.tabIndex);
+        //}
         
         
         this.view.initEvents();