Home
last modified time | relevance | path

Searched refs:_IsFunctionKey (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js646 _IsFunctionKey : function( keyCode ) method in FCK
667 …if ( !FCK._IsFunctionKey(evt.keyCode) // do not capture function key presses, like arrow keys or s…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32_IsFunctionKey:function(A){if (A>=16&&A<=20) return true;if (A==27||(A>=33&&A<=40)) return true;if… method in FCK
H A Dfckeditorcode_gecko.js31_IsFunctionKey:function(A){if (A>=16&&A<=20) return true;if (A==27||(A>=33&&A<=40)) return true;if… method in FCK
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31_IsFunctionKey:function(A){if (A>=16&&A<=20) return true;if (A==27||(A>=33&&A<=40)) return true;if… method in FCK
H A Dfckeditorcode_ie.js32_IsFunctionKey:function(A){if (A>=16&&A<=20) return true;if (A==27||(A>=33&&A<=40)) return true;if… method in FCK