Home
last modified time | relevance | path

Searched refs:Document_OnContextMenu (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js203 function Document_OnContextMenu() function
207 document.oncontextmenu = Document_OnContextMenu ;
H A Dfck_gecko.js302 function Document_OnContextMenu( e ) function
307 document.oncontextmenu = Document_OnContextMenu ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js33 …();};function Document_OnContextMenu(){return (event.srcElement._FCKShowContextMenu==true);};docum… function
H A Dfckeditorcode_gecko.js32 …);};function Document_OnContextMenu(e){if (!e.target._FCKShowContextMenu) e.preventDefault();};doc… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js35 …);};function Document_OnContextMenu(e){if (!e.target._FCKShowContextMenu) e.preventDefault();};doc… function
H A Dfckeditorcode_ie.js37 …();};function Document_OnContextMenu(){return (event.srcElement._FCKShowContextMenu==true);};docum… function