fix #7318 - rename upload cropbox and panel tree
[roojs1] / examples / dialog / hello.js
index ad6d5c7..4b02000 100644 (file)
@@ -66,8 +66,8 @@ var HelloWorld = {
             },
             items : [
                 {
-                    xtype: 'ContentPanel',
-                    xns: Roo,
+                    xtype: 'Content',
+                    xns: Roo.panel,
                     region : "center"
                     
                 }
@@ -99,10 +99,10 @@ var HelloWorld = {
             
     }
 };                
\r
-\r
-// using onDocumentReady instead of window.onload initializes the application\r
-// when the DOM is ready, without waiting for images and other resources to load\r
+
+// using onDocumentReady instead of window.onload initializes the application
+// when the DOM is ready, without waiting for images and other resources to load
 Roo.onReady(function() {
     
     Roo.get('show-dialog-btn').on('click',function () {