Hello,
I'm using FCKeditor for several fields in my projects. One of this use is for a Mail sending. My problem was that FCKeditor changed special characters (such as <, > or every letter with accents : é, ç, à, ...), and when I received the mail, those characters were replaced by their HTML entities, é, <, etc.
So I found I could set FCKConfig.ProcessHTMLEntities option on False.
But I would like this option to be set on False only for the FCKeditor i'm using for my mail script, not for the others ones all over my site.
Can I change it when I'm calling the FCKeditor field in my mail page ?
I'm using FCKeditor for several fields in my projects. One of this use is for a Mail sending. My problem was that FCKeditor changed special characters (such as <, > or every letter with accents : é, ç, à, ...), and when I received the mail, those characters were replaced by their HTML entities, é, <, etc.
So I found I could set FCKConfig.ProcessHTMLEntities option on False.
But I would like this option to be set on False only for the FCKeditor i'm using for my mail script, not for the others ones all over my site.
Can I change it when I'm calling the FCKeditor field in my mail page ?