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();
Tue, 08/21/2007 - 10:03
#1

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