Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / layout-browser / tree-data.json
index dce4bf3..50043a7 100644 (file)
@@ -1,4 +1,6 @@
-[{
+{ 
+text: '.',
+children: [{
     text:'Basic Ext Layouts',
     expanded: true,
     children:[{
         text:'Fit',
         id:'fit',
         leaf:true
-    },{
-        text:'Form',
-        id:'form',
-        leaf:true
     },{
         text:'Table',
         id:'table',
 },{
     text:'Custom Layouts',
     children:[{
-        text:'Row',
-        id:'row',
-        leaf:true
-    },{
         text:'Center',
         id:'center',
         leaf:true
@@ -72,4 +66,5 @@
         id:'tabs-nested-layouts',
         leaf:true
     }]
-}]
\ No newline at end of file
+}]
+}
\ No newline at end of file