Hi all
In our project we are using SCAYT plugin of CKEditor. Right now we are using config.scayt_autoStartup = true to enable spell check. So spell check is always happening. But i want to enable it via my code since we support different language contents. Our requirement is when a user chooses a language other than english SCAYT should be disabled. But when the user chooses English in dropdown SCAYT should be enabled.
In short, my requirement is based on a value of the dropdown box, I want to enable/disable SCAYT dynamically through code. The documentation page doesnt talk about that