Roo/bootstrap/Radio.js
authorjohn <john@roojs.com>
Wed, 7 Mar 2018 04:07:18 +0000 (12:07 +0800)
committerjohn <john@roojs.com>
Wed, 7 Mar 2018 04:07:18 +0000 (12:07 +0800)
roojs-bootstrap.js
roojs-bootstrap-debug.js

Roo/bootstrap/Radio.js
roojs-bootstrap-debug.js
roojs-bootstrap.js

index 488c0ef..e184b40 100644 (file)
@@ -61,7 +61,7 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.Component, {
     {
         this.parent().setValue(this.value, suppressEvent);
         
-    }
+    },
     
     setBoxLabel : function(v)
     {
index 2b1ed9d..8dcae39 100644 (file)
@@ -20770,7 +20770,7 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.Component, {
     {
         this.parent().setValue(this.value, suppressEvent);
         
-    }
+    },
     
     setBoxLabel : function(v)
     {
index 12bba58..bc3b627 100644 (file)
@@ -860,7 +860,7 @@ e.dom.disabled=false;});}this.disabled=false;this.fireEvent("enable",this);retur
 }this.groups[A.groupId][A.name]=A;},get:function(A){if(typeof(this.groups[A])=='undefined'){return false;}return this.groups[A];}});
 // Roo/bootstrap/Radio.js
 Roo.bootstrap.Radio=function(A){Roo.bootstrap.Radio.superclass.constructor.call(this,A);};Roo.extend(Roo.bootstrap.Radio,Roo.bootstrap.Component,{boxLabel:'',value:'',getAutoCreate:function(){var A={tag:'div',cls:'form-group radio',cn:[{tag:'label',cls:'box-label',html:this.boxLabel}
-]};return A;},initEvents:function(){this.parent().register(this);this.el.on('click',this.onClick,this);},onClick:function(){this.setChecked(true);},setChecked:function(A,B){this.parent().setValue(this.value,B);}setBoxLabel:function(v){this.boxLabel=v;if(this.rendered){this.el.select('label.box-label',true).dom.innerHTML=(v===null||v===undefined?'':v);
+]};return A;},initEvents:function(){this.parent().register(this);this.el.on('click',this.onClick,this);},onClick:function(){this.setChecked(true);},setChecked:function(A,B){this.parent().setValue(this.value,B);},setBoxLabel:function(v){this.boxLabel=v;if(this.rendered){this.el.select('label.box-label',true).dom.innerHTML=(v===null||v===undefined?'':v);
 }}});
 // Roo/bootstrap/SecurePass.js
 Roo.bootstrap.SecurePass=function(A){this.errors={PwdEmpty:"Please type a password, and then retype it to confirm.",PwdShort:"Your password must be at least 6 characters long. Please type a different password.",PwdLong:"Your password can't contain more than 16 characters. Please type a different password.",PwdBadChar:"The password contains characters that aren't allowed. Please type a different password.",IDInPwd:"Your password can't include the part of your ID. Please type a different password.",FNInPwd:"Your password can't contain your first name. Please type a different password.",LNInPwd:"Your password can't contain your last name. Please type a different password.",TooWeak:"Your password is Too Weak."}