Hi, I'm very new to using FCKEditor and I have a question... for some reason, when I open a new browser window and go to my app, I get several javascript errors:
FCKConfig is undefined
FCKLang is undefined
and some Object Expected messages
However, when I refresh the page, all these errors disappear and the editor works as expected. I assume this means that the fckeditor hasn't been fully loaded before the user attempts to access it. Is there a way to fix this programatically?
Thanks a lot!
FCKConfig is undefined
FCKLang is undefined
and some Object Expected messages
However, when I refresh the page, all these errors disappear and the editor works as expected. I assume this means that the fckeditor hasn't been fully loaded before the user attempts to access it. Is there a way to fix this programatically?
Thanks a lot!
Re: Object expected on initial load
Re: Object expected on initial load
Edit: The app is deployed locally on a Tomcat server, BTW, if it makes a difference
Re: Object expected on initial load
Re: Object expected on initial load
Thanks, but no dice Same set of error messages shows up. I'll try moving some of my code around.