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