I have added the following code in the custom_config_js.php yet "custom" does not show up as an option to pick in the admin settings page. Please help thanks!
P.S. Tried changing the actual fckconfig.js per the FCKEditor documentation and nothing changed.
FCKConfig.ToolbarSets["Custom"] = [
['Undo','Redo','-','Source','-','Bold','Italic','-','Outdent','Indent','Blockquote'],
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck']
] ;