I get that javascript error using IE5 and the editor doesnt spawn and display. I'm using the javascript connector to spawn the editorr.. I veriefied my paths as far as I know.. Not sure what is needed to configure this beta as the config files arent there anymore...
Version 1.6 works flawlessly using the ASP connector.. (waiting for the ASP one on 2.0). Something I'm missing or is the languagemanager not detecting my default language correctly?
Version 1.6 works flawlessly using the ASP connector.. (waiting for the ASP one on 2.0). Something I'm missing or is the languagemanager not detecting my default language correctly?
RE: FCKlang not defined..
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'myEditor ) ;
oFCKeditor.BasePath = basepath;
oFCKeditor.Height = 400;
oFCKeditor.Config['SkinPath'] = basepath + 'editor/skins/silver/' ;
oFCKeditor.Config["AutoDetectLanguage"] = true ;
oFCKeditor.Config["DefaultLanguage"] = "en" ;
oFCKeditor.Create();
</script>
RE: FCKlang not defined..
sorry
RE: FCKlang not defined..
I would appreciate it someone can tell me what the boo boo was.
Note: i specify the path as per the script displayed above.
RE: FCKlang not defined..
(*Chris*)
RE: FCKlang not defined..
(*Chris*)
RE: FCKlang not defined..
I also have this problem and have managed to track how this error occurs, for my installation. If I choose any skin path other than default, this 'FCKLang undefined' js error occurs, however if your refresh the page, it loads without a problem. Once the browser has loaded the FCKeditor once, I can then revisit the page over and over, within the same session, and not experience any more javascript errors when the page loads.
I would really like to use the Silver skin, so I would like to know if there's a fix for this.
RE: FCKlang not defined..
@import url( fck_contextmenu.css ) ;
from fckeditor.css in the 'silver' sj=kin folder this stops the error occuring - how you get the popups to be silver without this is another matter!
If I find out I will post here
RE: FCKlang not defined..
Re: FCKlang not defined..
Hello,...
I got the same Problem.
I had my CK Editor embedet into my Tool.
Adter i had to move it to another Server, suddenly the Editor did not work any more.
I got the error: FCKLang not defined
I could not realy understand and loose a lott of time by Debuging.
Until now, I could not understand the reason for this problem, but I copied all content (the Javascript Translation Data Class) from my Languagefile (in my case it was lang/de.js ) into the config file (fckconfig.js) and now it works.
For any reason the editor could not load the language file ??
Best wishes from vienna
http://www.lookover.at