Roo/CalendarPanel.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 05:58:30 +0000 (13:58 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 05:58:30 +0000 (13:58 +0800)
Roo/CalendarPanel.js

index a6a5118..f14379d 100644 (file)
@@ -21,7 +21,7 @@ Roo.CalendarPanel = function(config){
     Roo.log("cal panel ctr");
   
     this.wrapper = Roo.DomHelper.append(document.body, // wrapper for IE7 strict & safari scroll issue
-        {tag: "div", cls: "x-layout-grid-wrapper x-layout-inactive-content"}, true);
+        {tag: "div", cls: "x-layout-grid-wrapper x-layout-inactive-content", ns: true}, true);
     Roo.log(this.warpper);
     Roo.log(this.config);
     Roo.log(Roo.DomHelper.append(document.body),{}, true);