examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 03:22:52 +0000 (11:22 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 03:22:52 +0000 (11:22 +0800)
examples/bootstrap/RadioSet.js

examples/bootstrap/RadioSet.bjs
examples/bootstrap/RadioSet.js

index b810290..ffc194b 100644 (file)
@@ -65,7 +65,8 @@
               },
               {
                "xtype" : "RadioItem",
-               "$ xns" : "Roo.bootstrap"
+               "$ xns" : "Roo.bootstrap",
+               "string boxLabel" : "No"
               }
              ]
             }
index b3103e8..30ff5f4 100644 (file)
@@ -85,6 +85,7 @@ RadioSet = new Roo.XComponent({
               },
               {
                xtype : 'RadioItem',
+               boxLabel : 'No',
                xns : Roo.bootstrap,
                '|xns' : 'Roo.bootstrap'
               }