2014-03-07, 22:24:13
Thanks, I've already been on that page. The last example I gave is similar to this one from the official docs:
I've put this in config.js. Interestingly, changing the example values in that file had no effect either:
Code:
config.toolbar = [
[ 'Source', '-', 'NewPage', 'Preview', '-', 'Templates' ],
[ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ],
'/',
[ 'Bold', 'Italic' ]
];
I've put this in config.js. Interestingly, changing the example values in that file had no effect either:
Code:
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
config.uiColor = '#ff0000';
};