X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=examples%2Fbootstrap%2Fnested.js;fp=examples%2Fbootstrap%2Fnested.js;h=79a2de905cd635ac298aa7892c86339c601e2734;hp=3c78013b309b68c94e7b89bf7178054076fe2f0c;hb=c80f125987c5b307148e598f5976c49a85f6b30e;hpb=2e3f57cb2ed5fd074f8abb4ad9b458ecefbc2e3a diff --git a/examples/bootstrap/nested.js b/examples/bootstrap/nested.js index 3c78013b30..79a2de905c 100644 --- a/examples/bootstrap/nested.js +++ b/examples/bootstrap/nested.js @@ -105,16 +105,7 @@ Example.Nested = new Roo.XComponent({ }, - { - xtype : 'Content', - xns: Roo.bootstrap.panel, - title : "Title Center", - fitToFrame:true, - closable:false, - region : 'center', - html : 'some body center' - - }, + { xtype : 'Nest', @@ -306,6 +297,16 @@ Example.Nested = new Roo.XComponent({ } + }, + { + xtype : 'Content', + xns: Roo.bootstrap.panel, + title : "Title Center", + fitToFrame:true, + closable:false, + region : 'center', + html : 'some body center' + } ]