Home
last modified time | relevance | path

Searched refs:_KeyDownListener (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js136 this.EditorDocument.attachEvent("onkeydown", FCK._KeyDownListener ) ;
H A Dfck_gecko.js243 this.EditorDocument.addEventListener( 'keydown', this._KeyDownListener, false ) ;
H A Dfck.js661 _KeyDownListener : function( evt ) method in FCK
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32 …||(A>=33&&A<=40)) return true;if (A==45) return true;return false;},_KeyDownListener:function(A){i… method in FCK
33 …ditorDocument.body);this.EditorDocument.attachEvent("onkeydown",FCK._KeyDownListener);this.EditorD…
H A Dfckeditorcode_gecko.js31 …||(A>=33&&A<=40)) return true;if (A==45) return true;return false;},_KeyDownListener:function(A){i… method in FCK
32 …kListener,true);this.EditorDocument.addEventListener('keydown',this._KeyDownListener,false);if (FC…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …||(A>=33&&A<=40)) return true;if (A==45) return true;return false;},_KeyDownListener:function(A){i… method in FCK
35 …kListener,true);this.EditorDocument.addEventListener('keydown',this._KeyDownListener,false);if (FC…
H A Dfckeditorcode_ie.js32 …||(A>=33&&A<=40)) return true;if (A==45) return true;return false;},_KeyDownListener:function(A){i… method in FCK
37 …ditorDocument.body);this.EditorDocument.attachEvent("onkeydown",FCK._KeyDownListener);this.EditorD…