Hi Everyone,
I can't seem to get the default toolbar to load properly, as well as extending the basic toolbar.

If I chose to load the basic toolbar as coded, it works fine. If I try to load the default, the toolbar does not appear.

In addition to, if I add an extra line to the basic config like so:
<[code>
FCKConfig.ToolbarSets["Basic"] = [
. ['Bold','Italic','FontFormat','FontSize']
. ['About']
] ;

the toolbar will fail to load.

Any ideas? Is it possible that the html area the toolbar is loading in is somehow causing the problem?

thanks!

Geoffrey

p.s. I have cross posted this query to SF as well. If I receive a reply there I will update this thread.

Comments

Anonymous’s picture

Hi,
I had similar problem getting custom toolbar to work proprely.. the two default toolbars just load fine, but the modification I made didn't show up. I resolved the issue by moving this line to the bottom of the fckconfig.js file:

FCKConfig.CustomConfigurationsPath = FCKConfig.BasePath + 'CustomConfig.js' ;

it appear somewhat that custom configs were just replaced by default ones

h3

Anonymous’s picture