Roo/bootstrap/form/Password.js
authorleon <leon@roojs.com>
Thu, 4 May 2023 07:10:47 +0000 (15:10 +0800)
committerleon <leon@roojs.com>
Thu, 4 May 2023 07:10:47 +0000 (15:10 +0800)
roojs-bootstrap.js
roojs-bootstrap-debug.js

Roo/bootstrap/form/Password.js
roojs-bootstrap-debug.js
roojs-bootstrap.js

index 5cc6b9c..da44c59 100644 (file)
@@ -15,16 +15,16 @@ Roo.bootstrap.form.Password = function(config){
     Roo.bootstrap.form.Password.superclass.constructor.call(this, config);
 };
 
-Roo.extend(Roo.bootstrap.form.NumberField, Roo.bootstrap.form.Input, {
+Roo.extend(Roo.bootstrap.form.Password, Roo.bootstrap.form.Input, {
     getAutoCreate : function()
     {
-        var cfg = Roo.bootstrap.form.NumberField.superclass.getAutoCreate.call(this);
+        var cfg = Roo.bootstrap.form.Password.superclass.getAutoCreate.call(this);
         
         return cfg;
     },
 
     initEvents : function()
     {   
-        Roo.bootstrap.form.NumberField.superclass.initEvents.call(this);
+        Roo.bootstrap.form.Password.superclass.initEvents.call(this);
     }
 });
\ No newline at end of file
index 62fc608..99e523f 100644 (file)
@@ -26060,17 +26060,17 @@ Roo.bootstrap.form.Password = function(config){
     Roo.bootstrap.form.Password.superclass.constructor.call(this, config);
 };
 
-Roo.extend(Roo.bootstrap.form.NumberField, Roo.bootstrap.form.Input, {
+Roo.extend(Roo.bootstrap.form.Password, Roo.bootstrap.form.Input, {
     getAutoCreate : function()
     {
-        var cfg = Roo.bootstrap.form.NumberField.superclass.getAutoCreate.call(this);
+        var cfg = Roo.bootstrap.form.Password.superclass.getAutoCreate.call(this);
         
         return cfg;
     },
 
     initEvents : function()
     {   
-        Roo.bootstrap.form.NumberField.superclass.initEvents.call(this);
+        Roo.bootstrap.form.Password.superclass.initEvents.call(this);
     }
 });Roo.rtf = {}; // namespace
 Roo.rtf.Hex = function(hex)
index bb8905f..ca6c416 100644 (file)
@@ -1113,8 +1113,8 @@ pt.innerHTML=this.meterLabel+'&nbsp;'+this.pwdStrengths[B];this.errorMsg='';retu
 break;}}}var E=0;for(var D=0;D<B.length;++D){if(B[D].fResult){++E;}}if(E<nb){return false;}return true;},ClientSideStrongPassword:function(A){return this.IsLongEnough(A,8)&&this.SpansEnoughCharacterSets(A,3);},ClientSideMediumPassword:function(A){return this.IsLongEnough(A,7)&&this.SpansEnoughCharacterSets(A,2);
 },ClientSideWeakPassword:function(A){return this.IsLongEnough(A,6)||!this.IsLongEnough(A,0);}});
 // Roo/bootstrap/form/Password.js
-Roo.bootstrap.form.Password=function(A){Roo.bootstrap.form.Password.superclass.constructor.call(this,A);};Roo.extend(Roo.bootstrap.form.NumberField,Roo.bootstrap.form.Input,{getAutoCreate:function(){var A=Roo.bootstrap.form.NumberField.superclass.getAutoCreate.call(this);
-return A;},initEvents:function(){Roo.bootstrap.form.NumberField.superclass.initEvents.call(this);}});
+Roo.bootstrap.form.Password=function(A){Roo.bootstrap.form.Password.superclass.constructor.call(this,A);};Roo.extend(Roo.bootstrap.form.Password,Roo.bootstrap.form.Input,{getAutoCreate:function(){var A=Roo.bootstrap.form.Password.superclass.getAutoCreate.call(this);
+return A;},initEvents:function(){Roo.bootstrap.form.Password.superclass.initEvents.call(this);}});
 // Roo/rtf/namespace.js
 Roo.rtf={};
 // Roo/rtf/Hex.js