Hello team,
I have an requirement to SpellCheck for danish language when user types.text in input widget. can someone help me with that?
Thanks in advance.
Hello Kiran,
I checked the demo, for the spell check to work you will have to do the following.
1) Set the language of the CKEditor widget to "da" for danish.
2) In the config assignment, from the removeButtons, section delete the string "scayt".
This should ensure the demo will do the spell check for Danish properly.
Hope this helps !!!
Hi Kiran,
Did you check the CKEditor documentation on spell checking?
Hi Kilian Hekhuis ,
Sorry for late reply.
I've tried by enabling
config.disableNativeSpellChecker = false;
But its not working... can you give me working sample?
Unfortunately, I haven't done this myself, I just relied on the documentation.
Hello Amal Raj,
Its working, thank you very much.
Glad it helped. You can also activate the spell check by default using the config value
scayt_autoStartup : true