From ca6f1ab9604c965884efe422a142cf44adf9b29f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 19:11:23 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.Y897LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.KB36LX examples/bootstrap/dashboard1.js examples/bootstrap/dashboard1.bjs.ZD56LX examples/bootstrap/dashboard1.js.IXA7LX --- examples/bootstrap/dashboard1.bjs | 7 +++++++ examples/bootstrap/dashboard1.js | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 43a86961c9..3aa7e07274 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -532,6 +532,13 @@ "$ xns" : "Roo.bootstrap", "string value" : 1 }, + { + "String name" : "radio", + "xtype" : "Radio", + "String boxLabel" : "Radio 2", + "$ xns" : "Roo.bootstrap", + "string value" : 2 + }, { "String name" : "radio", "xtype" : "Radio", diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index f824407776..2f3a258390 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -572,6 +572,13 @@ dashboard1 = new Roo.XComponent({ xns : Roo.bootstrap, value : 1 }, + { + name : 'radio', + xtype : 'Radio', + boxLabel : 'Radio 2', + xns : Roo.bootstrap, + value : 2 + }, { name : 'radio', xtype : 'Radio', -- 2.39.2