Changeset 587 for FCKeditor/trunk/editor/fckeditor.html
- Timestamp:
- 2007-07-28 12:48:15 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/fckeditor.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckeditor.html
r498 r587 204 204 // Set the editor interface direction. 205 205 window.document.dir = FCKLang.Dir ; 206 207 // Activate pasting operations.208 if ( FCKConfig.ForcePasteAsPlainText || FCKConfig.AutoDetectPasteFromWord )209 FCK.Events.AttachEvent( 'OnPaste', FCK.Paste ) ;210 206 211 207 </script>