From: Alan Knowles Date: Fri, 30 Nov 2018 05:46:44 +0000 (+0800) Subject: examples/bootstrap/nested.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=35e78699987daa0a70ed3959eb3cfecd579a40d5 examples/bootstrap/nested.js --- diff --git a/examples/bootstrap/nested.js b/examples/bootstrap/nested.js index e8506c0141..7f4a1287d6 100644 --- a/examples/bootstrap/nested.js +++ b/examples/bootstrap/nested.js @@ -139,28 +139,24 @@ Example.Nested = new Roo.XComponent({ } }, toolbar : { - xtype: 'NavSimplebar', - xns : Roo.bootstrap, - items: [ - { - xtype: 'NavGroup', - xns: Roo.bootstrap, - items : [ - { - xtype: 'NavItem', - xns: Roo.bootstrap, - html: 'a button' - - }, - { - xtype: 'Input', - xns: Roo.bootstrap, - placeholder: 'a text input' - - } - ] - } - ] + xtype: 'NavGroup', + xns: Roo.bootstrap, + items : [ + { + xtype: 'NavItem', + xns: Roo.bootstrap, + html: 'a button' + + }, + { + xtype: 'Input', + xns: Roo.bootstrap, + placeholder: 'a text input' + + } + ] + + }, grid : {