I am using FCKeditor.Net_2.6.3 in my VS 2005 project. I have copied the "FredCK.FCKeditorV2.dll" and put register line in my page i.e.
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
added these lines in my web.cofig file in app settings:
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/uploads/FckFiles/"/>
when I was loading the control, it was showing error in iFrame. Then I copied the fckeditor folder, which includs "editor" folder. Now I am seeing some javascript error like "FCKConfig.CustomConfigPath.Lengh" is null or not an oject, "PliginsPath" is null or not an object etc.
Can anybody please help me where I am missing?
Regards,
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
added these lines in my web.cofig file in app settings:
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/uploads/FckFiles/"/>
when I was loading the control, it was showing error in iFrame. Then I copied the fckeditor folder, which includs "editor" folder. Now I am seeing some javascript error like "FCKConfig.CustomConfigPath.Lengh" is null or not an oject, "PliginsPath" is null or not an object etc.
Can anybody please help me where I am missing?
Regards,