I have adopted an existing web application that utilizes the ckeditor product. We are using a textarea with the class="CKEditor". There is a toolbar with the SCAYT button. Before typing or writing we have to enable it and then start typing into the box.
Is there any way that the site starts up with SCAYT already enabled. If I click on the SpellCheck icon in the text area, I get a full list of options: (Disable SCAYT, Options, Languages, Dictionaries, and About SCAYT). Please let me know am using version 3.6.2
Thanks
Sourabh
Mon, 12/26/2011 - 12:05
#1
Re: Enable SCAYT on Start up
Just add the following line in your config.js file
config.scayt_autoStartup = true;