Hello,
I need for my Fckeditor a Variabel EditorAreaCSS.
That means i can not set the FCKConfig.EditorAreaCSS in the fckconfig.js
I tried to make a Variabel in php but the js dont use it....
So just have anybody an good idea or some ready stuff where i can look for a result!
I need for my Fckeditor a Variabel EditorAreaCSS.
That means i can not set the FCKConfig.EditorAreaCSS in the fckconfig.js
I tried to make a Variabel in php but the js dont use it....
So just have anybody an good idea or some ready stuff where i can look for a result!
Re: Dynamic EditorAreaCSS Variabel
Hi,
I'm doing the same, you can pass the css address as a variable tu your js.
when you load fckconfig.js you can do fckconfig.js?css=http://..../style.css
Re: Dynamic EditorAreaCSS Variabel
I tried to follow your idea, but can't make it work.
If I add
in my fckeditor.js
it shows :
"http://www.mysite.com/fckeditor/editor/fckeditor.html?InstanceName=myEditor&Toolbar=myToolbar"
So how can I pass argument to fckeditor.js without hacking fckeditor.html ?
Re: Dynamic EditorAreaCSS Variabel
Looks like you have to hack it then... not a big deal.