I have tried a few different ways to customize a toolbar for the editor but have not had any luck.
The first method I tried was to add a new entry to the config file, FCKConfig.ToobarSets["MyToolbar"]= ... I basically copied and pasted the Basic toolbar set, but renamed it.
Then in my source I tried to tell the editor to use MyToolbar using the oFCKEditor.ToolbarSet = 'MyToolbar'.
I basically followed the steps presented here:
http://wiki.fckeditor.net/Developer's_G ... on/Toolbar
The ohter method I tried was to put my custom toolbar set in a separate JS file called CustomConfig.js and then in my fckconfig.js file set the CustomConfigurationsPath like this FCKConfig.CustomConfigurationsPath = FCKConfig.BasePath + 'CustomConfig.js'
The end result is that I get an alert message saying the toolbarset 'MyToolbar' can not be found.
Any other methods to get this to work? Or does anyone
Thu, 08/31/2006 - 06:04
#1
RE: Custom ToolbarSets