so im trying to config tinymce to cleanup ms word content pasted into a DCT...the documentation located:
http://SERVERNAME/iw/tinymce/docs/reference_configuration.htmlstates:
tinyMCE.init({
auto_cleanup_word : true});
1) how do i reference this w/ the iwov setup? i tried adding to
TeamSite\httpd\iw\tinymce\config\custom_config.js and it doesnt work
2) ive also tried adding it this way:
IWTinyMCECustomConfig("custom3","auto_cleanup_word","true");
3) there are 2 config files w/ the attribute set to false by default, i updated them to true, still no luck.
please advise, thanks!!!
"\TeamSite\httpd\iw\tinymce\jscripts\tiny_mce\tiny_mce.js"
"\TeamSite\httpd\iw\tinymce\jscripts\tiny_mce\tiny_mce_src.js"(118,17): this.defParam("auto_cleanup_word", false);