Error "FCKeditorAPI is not defined"

Questions about how to use the online - editors and suggestions how to improve them
Post Reply
fesselix
Posts: 30
Joined: Tue Dec 22, 2009 2:00 pm
Location: Germany

Error "FCKeditorAPI is not defined"

Post by fesselix » Wed Jan 06, 2010 2:05 pm

Hello,

when I change to my created template it's not possible to use the fckeditor, beacues the icon menu isnt' shown and I get the error "FCKeditorAPI is not defined.

Following row in the sourcecode seems to make a problem:

oEditor = FCKeditorAPI.GetInstance("text");

If change to an other template it works with no problems.

Has anybody an idea what's wrong and how I can fix the error?

Thanks

fesselix

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: Error "FCKeditorAPI is not defined"

Post by Holger » Wed Jan 06, 2010 3:01 pm

Hi fesselix,
seems you've forgot the "onload()" - function call in the body tag.
http://www.cmsimple.org/?Installer%27s_ ... mplate.htm

Holger

fesselix
Posts: 30
Joined: Tue Dec 22, 2009 2:00 pm
Location: Germany

Re: Error "FCKeditorAPI is not defined"

Post by fesselix » Wed Jan 06, 2010 3:23 pm

Hi Holger,

thanks for the info. It was the reason.

By the way: Is there a detailed documentation about cmsimple. Couldn't find a detailed documentation...

Regards

Fesselix

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: Error "FCKeditorAPI is not defined"

Post by Holger » Thu Jan 07, 2010 8:43 am

fesselix wrote:By the way: Is there a detailed documentation about cmsimple. Couldn't find a detailed documentation...
At the moment there's only the manual at the official website: http://www.cmsimple.org/?Manuals
but we have plans to start a new documentation-project.

Holger

Post Reply