The example of CKEditor integration at http://cdns.webix.io/components/ckeditor/sample.html
shows only 6 tools : ‘Bold’, ‘Italic’, ‘NumberedList’, ‘BulletedList’, ‘Link’, ‘Unlink’.
From the example alone it’s not obvious how toolbar configuration is done. To see that one needs to have a look inside ckeditor.js. But the thing is that in there configuration attempts to show TWO sections but the second section with ‘FontSize’, ‘TextColor’, ‘BGColor’ does not show!
I figured that not all plugins were present, so i downloaded a full new build from CKEdit website and still no second group…
What are we to do?