I have some data driven elements which get nested inside of html. I need to be able to not have the FCK editor transform these tags. This is what it does:
gets converted to:
Is there a way to disable this from happening? Any help or advise would be greatly appreciated.
<& mailfrom.contact_id &>
gets converted to:
<& mailfrom.contact_id &>
Is there a way to disable this from happening? Any help or advise would be greatly appreciated.
Re: How to stop the editor from replacing < with &lt;
Take a look at fckconfig.js and http://docs.fckeditor.net/FCKeditor_2.x ... tectedTags
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: How to stop the editor from replacing < with &lt;
and
The first one just replaces the tag like mentioned above and the second version just deletes the tags completely. It seems like it specifically looking for these & tags to replace them.
Re: How to stop the editor from replacing < with &lt;
This is what I added: