1. Make a copy of FCKConfig.ToolbarSets["Default"] entire block into FCKConfig.ToolbarSets["Default_Original"] 2. If you want to disable (for instance) Preview button simply erase "'Preview'" sequence and delimiter "," too (if it exists at the end). 3. Save the changed version replacing the old. 4. Restart browser.
In any case if you can rollback by replacing ["Default"] with ["Default_Original"] block.
RE: Disabling buttons
http://wiki.fckeditor.net/Developer%27s ... on/Toolbar
RE: Disabling buttons
2. If you want to disable (for instance) Preview button simply erase "'Preview'" sequence and delimiter "," too (if it exists at the end).
3. Save the changed version replacing the old.
4. Restart browser.
In any case if you can rollback by replacing ["Default"] with ["Default_Original"] block.
RE: Disabling buttons
i did the changes, it worked like charm.
thank you!!