[solved] ckeditor toolbar options
Hello,
to add more options in ckeditor toolbar default options I modified application\config\editors.php file.
and I added
array('Font','FontSize'),
array('Table'),
in $config['ckeditor']['default'] array.
And it worked perfectly.
Now what options will bring the all the options of ckeditor toolbar like Text Color, Background Color, spellchecker, alignment etc. ?
I have already added Full Package of ckeditor latest version (4.7) from this link
https://ckeditor.com/download in my project.
Comments
https://docs.ckeditor.com/#!/guide/dev_toolbar
For reference:
https://ckeditor.com/sites/default/files/uploads/Complete List of Toolbar Items for CKEditor.pdf
http://nightly.ckeditor.com/17-09-07-06-05/full/samples/toolbarconfigurator/index.html#basic