Skip to content

Enable RichText spell checking #572

Answered by fipro78
MaRoe asked this question in Q&A
Mar 12, 2024 · 7 comments · 11 replies
Discussion options

You must be logged in to vote

Hi @lcaron,

nice that you found it. Actually we would only need to add <html spellcheck="true"> to the template.html.

Whether a user wants to support spellchecking or not, can then be configured via the RichTextEditorConfiguration:

RichTextEditorConfiguration config = new RichTextEditorConfiguration();
config.setOption("disableNativeSpellChecker", Boolean.FALSE);
final RichTextEditor editor = new RichTextEditor(parent, config);

There is no need to modify the config.js, which is actually a file provided by ckeditor and I haven't touched for license obligations. I don't know if that would be an issue, but I didn't wanted to touch the provided files. Actually this is one of the reasons for …

Replies: 7 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MaRoe
Comment options

Comment options

You must be logged in to vote
5 replies
@fipro78
Comment options

@fipro78
Comment options

@lcaron
Comment options

@fipro78
Comment options

@MaRoe
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@fipro78
Comment options

Answer selected by MaRoe
@MaRoe
Comment options

@fipro78
Comment options

@MaRoe
Comment options

Comment options

You must be logged in to vote
1 reply
@lcaron
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants