Show
Ignore:
Timestamp:
2007-07-28 12:48:15 (18 months ago)
Author:
fredck
Message:

Fixed #996 : Changed the paste system to better support the OnPaste event.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/fckeditor.html

    r498 r587  
    204204// Set the editor interface direction. 
    205205window.document.dir = FCKLang.Dir ; 
    206  
    207 // Activate pasting operations. 
    208 if ( FCKConfig.ForcePasteAsPlainText || FCKConfig.AutoDetectPasteFromWord ) 
    209         FCK.Events.AttachEvent( 'OnPaste', FCK.Paste ) ; 
    210206 
    211207        </script>