Hi,
When I try to create an instance of FCKEditor , I'm getting the following Javascript errors:
1. FCKConfig.CustomConfigurationsPath is undefined(in FCKConfig_PreProcess() method)
2. A.PluginsPath is undefined
3. C is undefined
I'm getting the errors in both IE & Firefox.
Any help would be greatly appreciated.
When I try to create an instance of FCKEditor , I'm getting the following Javascript errors:
1. FCKConfig.CustomConfigurationsPath is undefined(in FCKConfig_PreProcess() method)
2. A.PluginsPath is undefined
3. C is undefined
I'm getting the errors in both IE & Firefox.
Any help would be greatly appreciated.

Re: Multiple JS errors while creating the editor
It's hard to say anything else without being able to test it.
Re: Multiple JS errors while creating the editor
Can somebody please tell , what might be the reason
Re: Multiple JS errors while creating the editor
<c:url var="fckEditorBase" value="/fckeditor/"/> <script type="text/javascript"> var baseUrl = "${fckEditorBase}" ; </script> and using <FCKEditorInstance>.basepath = baseUrl;