Hy.
Can somebody tell make buttons invissible??
I am using FCK for my own cms and i don't want that web editors can use all the functions of FCK in order to maintain my own site lay-out.
Can somebody tell make buttons invissible??
I am using FCK for my own cms and i don't want that web editors can use all the functions of FCK in order to maintain my own site lay-out.

RE: Safely remove button
My default toolbar set looks like this:
FCKConfig.ToolbarSets["Default"] = [
['Source',/*'DocProps','-',*/'Save'/*,'NewPage','Preview','-','Templates'*/],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
/*['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],*/
/*['Link','Unlink','Anchor'],*/
['ConfLink'/*,'ConfImage'*/],
[/*'Image',*/'Table','Rule','Smiley','SpecialChar','UniversalKey'],
/*['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],*/
//'/',
[/*'Style',*/'FontFormat'/*,'FontName','FontSize'*/],
['TextColor'/*,'BGColor'*/],
['About']
RE: Safely remove button
Thanks.
RE: Safely remove button