X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/layout-browser/tree-data.json diff --git a/examples/layout-browser/tree-data.json b/examples/layout-browser/tree-data.json index f268b04c..50043a77 100644 --- a/examples/layout-browser/tree-data.json +++ b/examples/layout-browser/tree-data.json @@ -1,4 +1,6 @@ -[{ +{ +text: '.', +children: [{ text:'Basic Ext Layouts', expanded: true, children:[{ @@ -33,22 +35,22 @@ text:'Fit', id:'fit', leaf:true - },{ - text:'Form', - id:'form', - leaf:true },{ text:'Table', id:'table', leaf:true + },{ + text:'vBox', + id:'vbox', + leaf:true + },{ + text:'hBox', + id:'hbox', + leaf:true }] },{ text:'Custom Layouts', children:[{ - text:'Row', - id:'row', - leaf:true - },{ text:'Center', id:'center', leaf:true @@ -64,4 +66,5 @@ id:'tabs-nested-layouts', leaf:true }] -}] \ No newline at end of file +}] +} \ No newline at end of file