Reputation: 7055
I'm trying to set custom toolbar in CKEDITOR:
CKEDITOR.config.toolbar = [
[ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ],
[ 'Image', 'Table' ],
[ 'specialchar' ]
];
The first 2 groups are without problems but the 3rd "specialchar" is not loading. What am I doing wrong?
fiddle: http://jsfiddle.net/martinba/vYYVR/
Upvotes: 1
Views: 156