The forum operates in read-only mode. Please head to StackOverflow for support.
Hello!
Is there a way to enable SCAYT by default? with a config perhaps, like the native spell checker?
It's really a paint having to activate it every time manually with the button.
Thanks!
As replied in the addon comments, see the scayt_autoStartup configuration option for that.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
CKEDITOR.config.scayt_autoStartup = true;
The following plugins should be installed and loaded.
config.scayt_autoStartup = true;
config.extraPlugins = 'menu'; config.extraPlugins = 'floatpanel'; config.extraPlugins = 'menubutton'; config.extraPlugins = 'button';
Hello
tried to set the SCAYT as default, but I am not 100% sure what to do.
I copied your lines into
C:\Bitnami\redmine-2.6.0-2\apps\redmine\htdocs\plugins\redmine_ckeditor\assets\ckeditor\config.js
but the spelling check does not start automaticly. Can you give me a step by step description?
Thank you for your help!!!
As replied in the addon
As replied in the addon comments, see the scayt_autoStartup configuration option for that.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Enable SCAYT by default
CKEDITOR.config.scayt_autoStartup = true;
Enable SCAYT by default
The following plugins should be installed and loaded.
config.scayt_autoStartup = true;
config.extraPlugins = 'menu';
config.extraPlugins = 'floatpanel';
config.extraPlugins = 'menubutton';
config.extraPlugins = 'button';
Hello
Hello
tried to set the SCAYT as default, but I am not 100% sure what to do.
I copied your lines into
C:\Bitnami\redmine-2.6.0-2\apps\redmine\htdocs\plugins\redmine_ckeditor\assets\ckeditor\config.js
but the spelling check does not start automaticly. Can you give me a step by step description?
Thank you for your help!!!