From 35e78699987daa0a70ed3959eb3cfecd579a40d5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 13:46:44 +0800 Subject: [PATCH] examples/bootstrap/nested.js --- examples/bootstrap/nested.js | 40 ++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 22 deletions(-) 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 : { -- 2.39.2