examples/bootstrap/dashboard1.bjs.Y897LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:11:23 +0000 (19:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:11:23 +0000 (19:11 +0800)
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
examples/bootstrap/dashboard1.js

index 43a8696..3aa7e07 100644 (file)
                                                                                     "$ 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",
index f824407..2f3a258 100644 (file)
@@ -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',