fix #7318 - rename upload cropbox and panel tree
[roojs1] / examples / layout / calendar.js
index a85756e..31284fe 100644 (file)
@@ -15,8 +15,8 @@ calendarpanel = new Roo.XComponent({
         var _this = this;
         var MODULE = this;
         return {
-            xtype: 'NestedLayoutPanel',
-            xns: Roo,
+            xtype: 'NestedLayout',
+            xns: Roo.panel,
             region : 'center',
             layout : {
                 xtype: 'BorderLayout',
@@ -24,8 +24,8 @@ calendarpanel = new Roo.XComponent({
                 xns: Roo,
                 items : [
                     {
-                        xtype: 'CalendarPanel',
-                        xns: Roo,
+                        xtype: 'Calendar',
+                        xns: Roo.Panel,
                         region : 'center',
                         listeners : {
                             activate : function (_self)