#10009 closed Bug (invalid)
spell check icon not display on toolbar
Reported by: | sanjay | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | spell check, SCAYT | Cc: | sanjay.virtueinfo@… |
Description
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.
Change History (4)
comment:1 Changed 12 years ago by
Cc: | sanjay.virtueinfo@… added |
---|---|
Keywords: | spell check SCAYT added |
Summary: | SCAYT not working → spell check icon not display on toolbar |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
Already perform same steps which you mention. Still can't resolve the issue.
This is not a forum.
You have to download a package that includes SCAYT plugin or built your own package with SCAYT. Then
config.scayt_autoStartup = true
should work if you add it to your toolbar (without this it may not work).