Roo/form/Field.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 30 Aug 2010 09:06:49 +0000 (17:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 30 Aug 2010 09:06:49 +0000 (17:06 +0800)
Roo/form/Field.js

index f7c9e03..a1668d3 100644 (file)
@@ -248,6 +248,7 @@ side          Add an error icon to the right of the field with a popup on hover
 
     // private
     fireKey : function(e){
+        Roo.log('field ' + e.getKey());
         if(e.isNavKeyPress()){
             this.fireEvent("specialkey", this, e);
         }