From: Edward Date: Tue, 23 Apr 2013 04:55:57 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=91973628796cdadb03123527e2688e44b617e6f4 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 71f5c438..f98c0ea7 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -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