(New page: == AutoDetectPasteFromWord == This is an Internet Explorer issue only, it will not work in other browsers. The AutoDetectPasteFromWord function checks if the text you are trying to paste ...) |
|||
Line 1: | Line 1: | ||
− | + | This is an Internet Explorer feature only. | |
− | + | The AutoDetectPasteFromWord function checks if the text you are trying to paste comes from Microsoft Word. If so the editor will launch the "Paste from Word" window so the user can paste inside of it, clean up the code before inserting it in the editor. | |
+ | |||
+ | You may disable this option by setting it to 'false'. In this case the text will be pasted into the editing area directly. | ||
Example: | Example: | ||
<pre>FCKConfig.AutoDetectPasteFromWord = false ; | <pre>FCKConfig.AutoDetectPasteFromWord = false ; | ||
</pre> | </pre> |
Latest revision as of 12:27, 28 March 2008
This is an Internet Explorer feature only.
The AutoDetectPasteFromWord function checks if the text you are trying to paste comes from Microsoft Word. If so the editor will launch the "Paste from Word" window so the user can paste inside of it, clean up the code before inserting it in the editor.
You may disable this option by setting it to 'false'. In this case the text will be pasted into the editing area directly.
Example:
FCKConfig.AutoDetectPasteFromWord = false ;