CKEditor - 如何禁用pastefromword

Tim*_*rov 4 ckeditor

这个是杀了我.我一个小时都找不到解决方案.问题是 - 如何在CKEditor中完全禁用pastefromword?我希望粘贴的文本是明确的 - 根本不编辑.

提前致谢.

小智 7

在ckeditor/config.js中,使用:

config.forcePasteAsPlainText = true;
Run Code Online (Sandbox Code Playgroud)

有关更多详细信息,请访问:http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html