Zrinity is the leader in enterprise-class email marketing
management solutions and content management solutions for marketing professionals and developers worldwide.
Content that is pasted into ActivEdit 3.0, using the paste button on the toolbar is parsed for Word content. This can greatly decrease the size of the content and make it more cross-browser compatible.
The results in some Word templates may be undesirable, using the paste button. For this reason, we left the Ctrl+V opttion for pasting to bypass the parser.
To entirely disable the parser for an ActivEdit instance, override cleanWord() from the API, as in the following:
function aeapi_local_onLoad(aeObject, fieldname) { ae_cleanWord = function(num) { // now empty /* You could also extend the existing function body here by copying the existing function body here from source and modifying it. */ } }