From: Alan Knowles Date: Fri, 7 Dec 2018 06:33:26 +0000 (+0800) Subject: examples/bootstrap/nested.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=c80f125987c5b307148e598f5976c49a85f6b30e examples/bootstrap/nested.js --- 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' + } ]