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

index ff251ff..fcf6b23 100644 (file)
@@ -42,11 +42,11 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Component,  {
             cn : [
                 {
                     tag : 'label',
-                    cls : 'roo-radio-set-field-lable',
+                    cls : 'roo-radio-set-field-label',
                     cn : [
                         {
                             tag : 'span',
-                            cls : 'roo-radio-set-field-lable-text',
+                            cls : 'roo-radio-set-field-label-text',
                             html : (this.fieldLabel.length) ? this.fieldLabel : ''
                         }
                     ]
@@ -64,7 +64,7 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Component,  {
 
     initEvents : function()
     {
-        
+        this.lable
     },
     
     getChildContainer : function()