I am not able to load FCKeditor 2.0RC2 at all on netsapce 7.2 although it works perfect in IE.
I tried FCKeditor's demo site but same thing.seems like toolbar does not load up. I get this error in background
FCK.LinkedField has no properties. Please help/
Thank you
I tried FCKeditor's demo site but same thing.seems like toolbar does not load up. I get this error in background
FCK.LinkedField has no properties. Please help/
Thank you
RE: Problem with netscape 7.2
Error in netscape is :
oTextArea has no properties
Line 76
File: fckeditor.js
RE: Problem with netscape 7.2
I got through that error , problem was that fckeditor get the textarea by name not id. my id and name was different.I created the instance with id but internally it was looking for name,now i made them same and it worked for me
but now I get
Error: this.DOMDocument has no properties
Source File: http://localhost/app/jsp/FCKeditor/edit ... gecko_2.js
Line: 23
Seems like i am just talking to myself.