Roo/Editor.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 30 Aug 2010 09:01:32 +0000 (17:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 30 Aug 2010 09:01:32 +0000 (17:01 +0800)
Roo/Editor.js

index 5da9ac0..6c857d9 100644 (file)
@@ -152,6 +152,7 @@ Roo.extend(Roo.Editor, Roo.Component, {
     },
 
     onSpecialKey : function(field, e){
+        Roo.log('editor onSpecialKey');
         if(this.completeOnEnter && e.getKey() == e.ENTER){
             e.stopEvent();
             this.completeEdit();