Page 1 of 1

CKEditor New Line in Custom Toolbar

Posted: 25 Jun 2018, 14:37
by glaydsongmv
Hi,

Its possible to add a new line to a custom toolbar? In the showcase just appear a separator ('-') and i don't find anyway to do this. In the site https://ckeditor.com/latest/samples/too ... figurator/ can configura that way.

Thanks.

Re: CKEditor New Line in Custom Toolbar

Posted: 25 Jun 2018, 17:00
by Melloware
This is the proper way to add a Row Separator to your toolbar.

Code: Select all

toolbar="[['Cut','Copy','Paste','PasteText','PasteFromWord','-', 'SpellChecker'], '/', ['Undo', 'Redo']]"