Hi, Please give me steps to enable SCAYT plugin in ckeditor. I have tried many things like "config.scayt_autoStartup = true;". Please, let me know the steps to enable to scayt plugin. My config.js is as below
CKEDITOR.editorConfig = function( config ) {
Define changes to default configuration here. For example: config.language = 'fr'; config.uiColor = '#AADC6E'; config.filebrowserBrowseUrl = '/js/ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = '/js/ckfinder/ckfinder.html?Type=Images'; config.filebrowserFlashBrowseUrl = '/js/ckfinder/ckfinder.html?Type=Flash'; config.filebrowserUploadUrl = '/js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'; config.filebrowserImageUploadUrl = '/js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images'; config.filebrowserFlashUploadUrl = '/js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash';
config.toolbar = 'testToolbar'; config.removePlugins = 'elementspath'; config.toolbar_engajerToolbar = [
{ name: 'basicstyles', items : [ 'Bold','Italic', 'Underline', '-'] }, { name: 'paragraph', items : [ 'Strike', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','BulletedList',
'NumberedList','Undo','Redo','Link','Unlink' ] }
];
};
Thanks in advace.

Make sure your package
Make sure your package includes the SCAYT plugin. Standard doesn't have it. You can add it to your custom package here, or just download the Full package from the download page. Also, if you're using CKEditor in localhost you will need to make a few modifications to your internet permissions to enable it.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
scayt plugin issue
Hi sebstefanov,
Thanks for your quick reply. Yes I have download the full version and try but enable to resolve issue. Please let me know is there any extra config for this. If it is possible please, give me a sample code so I can able to solve my issue.
Regards,