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
Hi.

Sorry for my late reaction but is didn't had the time to test it.
This solution works fine on internet explorer but on firefox it still show the full toolbar.
Can some body tell me how to fix this??
TY