开发者

Ckeditor: Using Firefox built in spellchecker

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 impossible to work with tables. Is there a way of getting the best of both worlds here?


You could try setting the disableNativeSpellChecker property to false - it should then be possible to see the native spell checker markings within the editor - however for me I couldn't get this to work in Firefox, only Google chrome.

You can then hold the ctrl key down when you right click to show the browser context menu (provided browserContextMenuOnCtrl has not been set to false)

HTH.


Use the browser's default contextmenu for right click action, then you don't need to press Ctrl to shoe the browser's default context menu.

config.removePlugins = 'scayt,menubutton,contextmenu';

Enable the built-in spell checker if the browser provides one.

config.disableNativeSpellChecker = false;


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..........


Use this plugin: http://martinezdelizarrondo.com/spellcheck/ and as it's stated, you have to install the WriteArea extension in Firefox.


Have you tried to enable SCAYT (SpellCheckAsYouType) in CKeditor? It is buit-in there and works as a plug-in.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜