Hello,
Does anybody know how to set FCKConfig.EditorAreaCSS outside of the fckconfig.js file?
Right now I have this in my HTML page:
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'body[]' ) ;
oFCKeditor.BasePath = "{siteURL}/{themePath}/js/fckeditor/";
oFCKeditor.Height = "550";
oFCKeditor.ReplaceTextarea();
}
I would like to set FCKConfig.EditorAreaCSS somewhere on that page...
I already tried simply putting FCKConfig.EditorAreaCSS = "{themePath}/base.css" but this does not work
Anybody have any ideas? Thanks in advance.
Does anybody know how to set FCKConfig.EditorAreaCSS outside of the fckconfig.js file?
Right now I have this in my HTML page:
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'body[]' ) ;
oFCKeditor.BasePath = "{siteURL}/{themePath}/js/fckeditor/";
oFCKeditor.Height = "550";
oFCKeditor.ReplaceTextarea();
}
I would like to set FCKConfig.EditorAreaCSS somewhere on that page...
I already tried simply putting FCKConfig.EditorAreaCSS = "{themePath}/base.css" but this does not work
Anybody have any ideas? Thanks in advance.
Re: FCKConfig.EditorAreaCSS outside of the fckconfig.js file?
Re: FCKConfig.EditorAreaCSS outside of the fckconfig.js file?
I know it works for some config variables...