Page 1 of 1

Where can I change the FCKeditor config?

Posted: Mon Feb 07, 2011 4:37 pm
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

Re: Where can I change the FCKeditor config?

Posted: Wed Feb 09, 2011 10:36 pm
by maschoff
File emmconfig.jsp is the one to modify.

Re: Where can I change the FCKeditor config?

Posted: Wed Oct 26, 2011 9:16 am
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.