examples/bootstrap/dashboard1.bjs.8HXFMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:10:26 +0000 (19:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:10:26 +0000 (19:10 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.0TFKMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.XHG6LX
examples/bootstrap/dashboard1.js.FKO6LX
examples/bootstrap/dashboard1.bjs.FIQBMX
examples/bootstrap/dashboard1.js.ULYBMX
examples/bootstrap/dashboard1.bjs.HFMAMX
examples/bootstrap/dashboard1.js.JASAMX
examples/bootstrap/dashboard1.bjs.GHOKMX
examples/bootstrap/dashboard1.js.SKWKMX

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

index cbd1438..338f26f 100644 (file)
                                                                                     "$ xns" : "Roo.bootstrap"
                                                                                 },
                                                                                 {
+                                                                                    "String name" : "radio",
                                                                                     "xtype" : "Radio",
                                                                                     "String boxLabel" : "Radio 1",
-                                                                                    "$ xns" : "Roo.bootstrap"
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "string value" : 1
+                                                                                },
+                                                                                {
+                                                                                    "String name" : "radio",
+                                                                                    "xtype" : "Radio",
+                                                                                    "String boxLabel" : "Radio 1",
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "string value" : 2
                                                                                 }
                                                                             ]
                                                                         }
index 6ae6449..95e8a92 100644 (file)
@@ -566,9 +566,18 @@ dashboard1 = new Roo.XComponent({
                                                                                     xns : Roo.bootstrap
                                                                                 },
                                                                                {
+                                                                                    name : 'radio',
                                                                                     xtype : 'Radio',
                                                                                     boxLabel : 'Radio 1',
-                                                                                    xns : Roo.bootstrap
+                                                                                    xns : Roo.bootstrap,
+                                                                                    value : 1
+                                                                                },
+                                                                               {
+                                                                                    name : 'radio',
+                                                                                    xtype : 'Radio',
+                                                                                    boxLabel : 'Radio 1',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    value : 2
                                                                                 }
                                                                             ]