The toolbar works fine in my case, it's just that next to the Source button (one of the first), there is some text equal to what's in the ALT-tag. In the default demo it's the word "Source". None of the other buttons have text next to them. How do I remove this text, but keep the ALT tag?
Cheers,
Cees
Cheers,
Cees
Re: Text next to Source button in Toolbar
case 'Source':B=new FCKToolbarButton('Source',FCKLang.Source,null,FCK_TOOLBARITEM_ICONTEXT,true,true,1)
in /editor/js/fckeditorcode_ie.js.
If change the FCK_TOOLBARITEM_ICONTEXT to null, it is gone.
Which leads to another question, why are the properties of the Source button also mentionned in /editor/_source/internals/fcktoolbaritems.js (first file I tried)? It seems a bit silly to have the maintain multiple files instead of just one...something that seems to happen in FCKEditor quite a lot. Not only does this lead to confusing configuration, the browser also has to load unnecessary config data......