Ckeditor: Using Firefox built in spellchecker

前端 未结 5 1953
长情又很酷
长情又很酷 2021-02-07 09:23

I feel a little caught between a rock and a hard place here. I want to use Firefox\'s built in spell checking without disabling Ckeditor\'s context menu as this renders it impos

5条回答
  •  深忆病人
    2021-02-07 09:42

    hi there you can disable it by going to

    Ckeditor>File Editor.then make sure you're editing the ckeditor.config.js file!

    then add the two lines at the bottom (after the }; tag) add the two lines like below!...

    **> CKEDITOR.config.disableNativeSpellChecker = false;

    CKEDITOR.config.browserContextMenuOnCtrl = true;**

    then save it.......... when writing in ckeditor a red dot underline will appear if your spell is incorrect! when you right click the ckeditor's context menu appear.....but when you Ctrl+Right Click the browsers default menu appears....thanks..........

提交回复
热议问题