Hello all,
I'm currently playing around with the FCKeditor and it works fine. Except for the "style" toolbar which doesn't want to appear : I've read through the documentation and put these lines in my javascript as suggested:
var oFCKeditor = new FCKeditor('body'); oFCKeditor.BasePath = "template/contribute/scripts/"; oFCKeditor.DisplayErrors = true ; oFCKeditor.StylesXmlPath = "template/contribute/scripts/fckstyles.xml"; // This line is supposed to make the toolbar appear ! oFCKeditor.Create();
What am I missing ? I've checked my HTTP headers and no 404 are reported. The editor itself is functional but now, I would like to have a little more.
Thanks in advance,
Alien
Re: Having the "style" toolbar appear
oFCKeditor.Config.StylesXmlPath =
Secondly, the appearance of the style toolbar is not conditioned by this. If the toolbarset you use is containing 'Style', the style combo list should already be displayed. The default toolbar contains it.
Hope this will help,
Vincent