Roo/bootstrap/RadioSet.js
authorjohn <john@roojs.com>
Wed, 29 Nov 2017 02:58:00 +0000 (10:58 +0800)
committerjohn <john@roojs.com>
Wed, 29 Nov 2017 02:58:00 +0000 (10:58 +0800)
Roo/bootstrap/RadioSet.js

index 21aa97f..c8275de 100644 (file)
@@ -52,7 +52,7 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Input,  {
     {
         var label = {
             tag : 'label',
-            cls : 'control-label',
+            cls : 'roo-radio-set-label',
             cn : [
                 {
                     tag : 'span',
@@ -150,7 +150,7 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Input,  {
 
     initEvents : function()
     {
-        this.labelEl = this.el.select('.control-label', true).first();
+        this.labelEl = this.el.select('.roo-radio-set-label', true).first();
         this.labelEl.setVisibilityMode(Roo.Element.DISPLAY);
         
         if(!this.fieldLabel.length){