From 1058d8298e1db26a6df52e7899b8cf205d405cf5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2020 17:52:07 +0800 Subject: [PATCH] view source --- examples/bootstrap/dashboard4.bjs | 4 ++++ examples/bootstrap/dashboard4.js | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index b63815e700..becdfe705f 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -24,6 +24,10 @@ "xtype" : "Container", "$ xns" : "Roo.bootstrap", "items" : [ + { + "xtype" : "Button", + "$ xns" : "Roo.bootstrap" + }, { "xtype" : "Row", "$ xns" : "Roo.bootstrap", diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 9226da6e7e..5ea667c64b 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -36,6 +36,11 @@ dashboard4 = new Roo.XComponent({ xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ + { + xtype : 'Button', + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap' + }, { xtype : 'Row', xns : Roo.bootstrap, -- 2.39.2