Where can I change the FCKeditor config?

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

tschak
Posts: 2
Joined: Sun Feb 06, 2011 9:48 am

Where can I change the FCKeditor config?

Post by tschak »

Hi,

which config Files are for the FCKeditor. I have found the files in /home/openemm/webapps/core/fckeditor-[version]/ but I don't no which are for the editor in openemm. I know emmconfig.jsp are one of them, but I don't know which one is in charge for the default settings and than follows them. My goal is to deactivate the auto setting of spaces in empty table cells, because they appear as codes in the text emails.

Thanks for your suggestions.

Markus
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Where can I change the FCKeditor config?

Post by maschoff »

File emmconfig.jsp is the one to modify.
OpenEMM Maintainer
Marteria
Posts: 1
Joined: Wed Oct 26, 2011 9:13 am

Re: Where can I change the FCKeditor config?

Post by Marteria »

You can either edit the main configuration file or just override the settings you want to change in a separate file. JavaScript syntax is used to configure FCKeditor.
To simplify updating FCKeditor on your sites, the best approach is to put all your configuration in a separate file, outside the editor's package directory structure. In this way, you just need to overwrite the editor's directory to update it to a newer version.
Post Reply