WebsiteBaker Support (2.12.x) > Modules
CKEditor - How to enable spell check
Nicky:
Hello Bakers,
CKEditor help - how to enable spell checking.
I changed this from false to true in these two lines shown below in bold, logged-out and restarted WB (v2.12.2 r379)
wb_ckconfig.js
config.browserConte xtMenuOnCtrl = true;
config.basicEntitie s = true;
config.entities = false;
/*
config.scayt_autoSt artup = true;
*/
settings_config.js
config.browserConte xtMenuOnCtrl = true;
config.basicEntitie s = true;
config.entities = false;
/*
config.scayt_autoSt artup = true;
*/
Other than spell checking, CKEditor works fine for me. But there is no spell check icon, button or toolbar.
I seem to remember spell check was enabled by default in early WB versions.
What else do I need to do to get spellcheck working? Could it be a server issue ?
Nicky
johnbroeckaert:
try // instead of /* in front of the line
so
--- Code: ---// config.scayt_autoSt artup = true;
--- End code ---
Nicky:
Thanks, I did try this,
config.browserConte xtMenuOnCtrl = true;
config.basicEntitie s = true;
config.entities = false;
/*
// config.scayt_autoSt artup = true;
*/
and did the same with the wb version on the same line as in my original post. No change. Tried Chrome, FF, Opera, and Edge.
dbs:
Hello, in PHP
--- Code: ---<?php
this
/*
config.scayt_autoSt artup = true;
*/
this
/*
// config.scayt_autoSt artup = true;
*/
and this
// config.scayt_autoSt artup = true;
--- End code ---
do all the same. It comments out the code, make it unusable.
(the space in Startup is a forum bug)
I think the spellcheck ist not implemented for reasons.
To use it you need also the right plugin in ckeditor/ckeditor/plugins/
Maybe wsv or scayt are the right ones, but do they work with this ckeditor version?
Next is, edit the ckeditor/include.php. Add wsv or scayt to the allowed plugins in line 166 ($ckeditor->config['extraPlugins']).
Next is, contains your toolbar the right placeholder for the plugin?
You see, it is not so easy.
Luisehahne:
--- Quote from: dbs on February 06, 2020, 07:34:24 AM ---
I think the spellcheck ist not implemented for reasons.
To use it you need also the right plugin in ckeditor/ckeditor/plugins/
Maybe wsv or scayt are the right ones, but do they work with this ckeditor version?
Next is, edit the ckeditor/include.php. Add wsv or scayt to the allowed plugins in line 166 ($ckeditor->config['extraPlugins']).
Next is, contains your toolbar the right placeholder for the plugin?
--- End quote ---
The reason to remove some plugins was to limit the package zip size to max 2MB
Dietmar
Navigation
[0] Message Index
[#] Next page
Go to full version