Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to change editor toolbar (3.3.1 with patched CKEditor 4.3.2)
#3
Thanks, I've already been on that page. The last example I gave is similar to this one from the official docs:

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';
};
Reply


Messages In This Thread
RE: Unable to change editor toolbar (3.3.1 with patched CKEditor 4.3.2) - by Markus00000 - 2014-03-07, 22:24:13



Users browsing this thread: 1 Guest(s)