Notice: CMSB v2.04 Beta!

22 posts by 9 authors in: Forums > CMS Builder
Last Post: April 25, 2010   (RSS)

  • Archived  

By Dave - April 23, 2010

Hi aev,

Try this:

- Open the wysiwyg config in cmsAdmin/lib/wysiwyg.php
- Search for: paste_auto_cleanup_on_paste
- Add this code in red:

// Paste From Word Settings - Docs: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/paste
paste_auto_cleanup_on_paste: true,
paste_text_sticky: true,
setup: function(ed) {
ed.onInit.add(function(ed) {
ed.pasteAsPlainText = true;
ed.controlManager.setActive("pastetext", true);
});
},


Then refresh your browser.

Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com