Opened 13 years ago
Closed 13 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 13 years ago by
| Keywords: | toolbar spellchecker removed |
|---|---|
| Status: | new → pending |
| Version: | 4.3.1 |
comment:2 Changed 13 years ago by
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 13 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | pending → closed |
The guide is good. There's a 'spellchecker' group mentioned. Not button name.

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?