尝试了所有选项,例如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'
});