widgets/SecurePass.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2013 04:55:57 +0000 (12:55 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2013 04:55:57 +0000 (12:55 +0800)
widgets/SecurePass.js

index 71f5c43..f98c0ea 100644 (file)
@@ -71,6 +71,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
 
     // private
     initEvents : function(){
+            Roo.log(this);
             if(this.inputType == 'password'){
                 this.el.on('keydown',function(event){
                     if((event.getKey() == 8 || event.getKey() == 46) && this.getValue().length ==1){ // backspace and delete key