Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 11 years ago by sanjay

Cc: sanjay.virtueinfo@… added
Keywords: spell check SCAYT added
Summary: SCAYT not workingspell check icon not display on toolbar

comment:2 Changed 11 years ago by Piotrek Koszuliński

Resolution: invalid
Status: newclosed

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).

Version 1, edited 11 years ago by Piotrek Koszuliński (previous) (next) (diff)

comment:3 Changed 11 years ago by sanjay

Already perform same steps which you mention. Still can't resolve the issue.

comment:4 Changed 11 years ago by Jakub Ś

Version full contains scayt.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy