Hi all!
I have some problems getting plugins to work in Firefox. I have written a plug in that works fine in IE, but when I load the editor in FF the toolbar just doesn't show up. If I comment out the plugin loading part of my customconfig.js it does load. I have tried to use one of the included plug-ins
FCKConfig.Plugins.Add( 'tablecommands', 'en' ) ;
but I get the same result: the toolbar does not present itself in FF, but works fine in IE.
I have also tried to put an alert in top of my fckplugin.js. The alert pops up in IE, but not in FF, and that goes both for my own plugin and for tablecommands, so I guess FF does not call the fckplugin.js-files at all.
Anyone got an idea as of why it doesn't work and how it can be fixed?
Huge thanks in advance!
Andreas
I have some problems getting plugins to work in Firefox. I have written a plug in that works fine in IE, but when I load the editor in FF the toolbar just doesn't show up. If I comment out the plugin loading part of my customconfig.js it does load. I have tried to use one of the included plug-ins
FCKConfig.Plugins.Add( 'tablecommands', 'en' ) ;
but I get the same result: the toolbar does not present itself in FF, but works fine in IE.
I have also tried to put an alert in top of my fckplugin.js. The alert pops up in IE, but not in FF, and that goes both for my own plugin and for tablecommands, so I guess FF does not call the fckplugin.js-files at all.
Anyone got an idea as of why it doesn't work and how it can be fixed?
Huge thanks in advance!
Andreas
RE: Plug-in problems in Firefox
Remember to actually support the languages you specify in the language-list. Otherwise the toolbar will not appear in Firefox.