I am working in email CMS using ckeditor.net. At runtime user can change the body of email, I want to restrict user deleting all special words starting with @@ .
Here is example-
Email Alert! :<br />
<br />
**@@Comments**<br />
<br />
Please do not reply to this email.
I don't want user to delete "@@comments" word and all "@@" characters in other email templates . Can you give any code in JavaScript?
At run time I replace "@@" words with some paragraph.