在粘贴数据时,Tinymce不会执行浏览器拼写检查

时间:2017-09-26 16:17:00

标签: angular tinymce tinymce-4

尝试了所有选项,例如paste_preprocess& paste_postprocess但只有在粘贴的内容中没有新行时才会进行拼写检查。

P.S:我不想要包含服务器,因为这是一个离线应用程序。

tinymce.init({
   selector: uniqueId,
   schema: 'html5',
   mode: 'exact',
   elementpath: false,
   height: 125,
   menubar: false,
   resize: false,
   browser_spellcheck: true,
   plugins: ['paste table wordcount lists fullscreen'],
   toolbar: 'insertfile undo redo | styleselect | paste pastetext | bold italic underline | subscript superscript | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | table | fullscreen'
});

0 个答案:

没有答案