examples/bootstrap/dashboard1.bjs.S71JMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:06:37 +0000 (19:06 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:06:37 +0000 (19:06 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.D7BKMX
examples/bootstrap/dashboard1.js

examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js

index 510ec6c..a48e6b3 100644 (file)
                                                                                     "String boxLabel" : "Checkbox Disabled",
                                                                                     "Boolean disabled" : true,
                                                                                     "$ xns" : "Roo.bootstrap"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "Radio",
+                                                                                    "$ xns" : "Roo.bootstrap"
                                                                                 }
                                                                             ]
                                                                         }
index 62599cc..d97f5d3 100644 (file)
@@ -564,6 +564,10 @@ dashboard1 = new Roo.XComponent({
                                                                                     boxLabel : 'Checkbox Disabled',
                                                                                     disabled : true,
                                                                                     xns : Roo.bootstrap
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'Radio',
+                                                                                    xns : Roo.bootstrap
                                                                                 }
                                                                             ]