The forum operates in read-only mode. Please head to StackOverflow for support.
// Setup the editor toolbar. FCKConfig.ToolbarSets['Wiki'] = [ ['Source'], ['Cut','Copy','Paste',/*'PasteText','PasteWord',*/'-','Print'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['SpecialChar','Table','Image','Rule'], ['MW_Template','MW_Ref','MW_Math'], '/', ['FontFormat'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent'], // ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], // ['TextColor','BGColor'], ['FitWindow','-','About'] ] ;
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: Toolbar set "Wiki" doesn't exist - New Bug ?
Try changing the string;
$wgFCKEditorToolbarSet = "Wiki";
to
$wgFCKEditorToolbarSet = "Default";
Which is the default toolbar set in the fckconfig.js file.
Sorry to answer my own question, but I thought this may be useful for others.
John
Re: Toolbar set "Wiki" doesn't exist - New Bug ?
I'm asking because "Wiki" toolbar is defined in fckeditor_config.js, which should be loaded in any case.
Do you have something like that inside fckeditor_config.js?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+