Home
last modified time | relevance | path

Searched refs:Doc_OnPaste (Results 1 – 3 of 3) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js74 function Doc_OnPaste() function
78 body.detachEvent( 'onpaste', Doc_OnPaste ) ;
82 body.attachEvent( 'onpaste', Doc_OnPaste ) ;
128 this.EditorDocument.body.attachEvent( 'onpaste', Doc_OnPaste ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js33Doc_OnPaste(){var A=FCK.EditorDocument.body;A.detachEvent('onpaste',Doc_OnPaste);var B=FCK.Paste(!… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37Doc_OnPaste(){var A=FCK.EditorDocument.body;A.detachEvent('onpaste',Doc_OnPaste);var B=FCK.Paste(!… function