Hello Bigin,
thank you! I've tried already a custom config for CKE but at the first time (will check that again) the WYSIWYG field in the ItemManager completely disappeared, so I decided to change this file
\admin\template\js\ckeditor\config.js
and after that the definitions changed for the pages but not for the IM WYSIWYG fields.
So this is why I asked where I can change the default definitions to something like this
but now I see where I can do it - thanks to you :-)
thank you! I've tried already a custom config for CKE but at the first time (will check that again) the WYSIWYG field in the ItemManager completely disappeared, so I decided to change this file
\admin\template\js\ckeditor\config.js
and after that the definitions changed for the pages but not for the IM WYSIWYG fields.
So this is why I asked where I can change the default definitions to something like this
Code:
$toolbar = "
[['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source'],
'/',
['HorizontalRule', 'Format']],
";
but now I see where I can do it - thanks to you :-)