Hi,
Like most of you here, I just DL'd FCKeditor. I used the demo and was very impressed, so good job to the team.
I have unzipped the package, placed it within the root of my site and have also changed the basepath to link to the appropriate directory.
I am using IE6. I don't get any errors (anymore cus I read somewhere here I needed to change those basepaths ), but the editor is simply not being constructed. I get a blank space with emtpy <html > tags where the editor and toolbars should be.
I have tried the jscript ".Construct()" method directly in the body, the ".ReplaceTextarea()" method for the textareas (script placed in the < head > tags), and have also tried the ASP contruction method (which is the one that I will undoubtedly need to use since the textarea will need to have dynamic text shown in it from my DB), but I simply don't know how to call the ASP "Public Function Create( instanceName )" method from the "Class FCKeditor".
I'm not a n00b but I sure feel like one right now.
Johnny
Tue, 04/05/2005 - 05:59
#1
RE: Nothing gets constructed.
thx anyways.
Johnny