Home
last modified time | relevance | path

Searched defs:CancelEvent (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js24 FCKTools.CancelEvent = function( e ) function
H A Dfcktools_gecko.js24 FCKTools.CancelEvent = function( e ) function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js38 FCKTools.CancelEvent=function(e){return false;};FCKTools._AppendStyleSheet=function(A,B){return A.c… function
H A Dfckeditorcode_gecko.js37 FCKTools.CancelEvent=function(e){if (e) e.preventDefault();};FCKTools.DisableSelection=function(A){… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js48 FCKTools.CancelEvent=function(e){if (e) e.preventDefault();};FCKTools.DisableSelection=function(A){… function
H A Dfckeditorcode_ie.js52 FCKTools.CancelEvent=function(e){return false;};FCKTools._AppendStyleSheet=function(A,B){return A.c… function