Roo/bootstrap/RadioSet.js
authoredward <edward@roojs.com>
Mon, 20 Nov 2017 09:53:49 +0000 (17:53 +0800)
committeredward <edward@roojs.com>
Mon, 20 Nov 2017 09:53:49 +0000 (17:53 +0800)
Roo/bootstrap/RadioSet.js

index c2ffa0c..c75d861 100644 (file)
@@ -113,7 +113,7 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Input,  {
         };
         
         if(this.weight.length){
-            cfg.cls += ' radio-' + this.weight;
+            cfg.cls += ' roo-radio-' + this.weight;
         }
         
         if(this.inline) {