How do you pass information to the editor telling it which toolbar set to use on a particular page?
My fckconfig.sys file only defines two toolbarsets - default and basic:
I noticed somebody else here listed a set called 'Wiki':
I would like to call a special toolbar set on my wiki pages. Can I just drop the above in my config file? How then do I tell the editor which toolbar set to use on my wiki pages (as opposed to my ordinary discussion or blog pages?)
Is there a wiki "new page" tool bar element?
Thanks!
doug
My fckconfig.sys file only defines two toolbarsets - default and basic:
FCKConfig.ToolbarSets["Default"] = [ ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'], ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. ] ; FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ;
I noticed somebody else here listed a set called 'Wiki':
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'] ] ;
I would like to call a special toolbar set on my wiki pages. Can I just drop the above in my config file? How then do I tell the editor which toolbar set to use on my wiki pages (as opposed to my ordinary discussion or blog pages?)
Is there a wiki "new page" tool bar element?
Thanks!
doug