Opened 10 years ago

Closed 10 years ago

#11329 closed Bug (invalid)

SpellChecker button does not display when using a custom defined toolbar.

Reported by: monk_boy Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version:
Keywords: Cc:

Description

CKEditor v4.3.1 Full Package install.

In ckeditor\config.js

CKEDITOR.editorConfig = function (config) {

config.toolbar_Simple = [

['Cut', 'Copy', 'Paste', 'PasteFromWord', 'Undo', 'Redo', '-', 'Bold', 'Italic', 'Underline', 'Strike', 'Link', 'Unlink', '-', 'RemoveFormat', 'SpellChecker', 'Maximize', 'Source']

];

config.toolbar = "Simple";

};

SpellChecker button will not display. Using the empty config file the SpellChecker button will show with all of other buttons.

Change History (3)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Keywords: toolbar spellchecker removed
Status: newpending
Version: 4.3.1

The SCAYT's button is called 'Scayt', not 'SpellChecker'. You can find this in the toolbar sample shipped with every CKEditor package.

Could you confirm that 'Scayt' works?

comment:2 Changed 10 years ago by monk_boy

Yes, that did work. Thanks.

Still some old references in the documentation that needs to be updated. http://docs.ckeditor.com/#!/guide/dev_toolbar

comment:3 Changed 10 years ago by Piotrek Koszuliński

Resolution: invalid
Status: pendingclosed

The guide is good. There's a 'spellchecker' group mentioned. Not button name.

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