From: Alan Knowles Date: Thu, 11 Sep 2014 11:11:23 +0000 (+0800) Subject: examples/bootstrap/dashboard1.bjs.Y897LX X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=ca6f1ab9604c965884efe422a142cf44adf9b29f;p=roojs1 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 --- 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',