Notice: CMSB v2.04 Beta!
22 posts by 9 authors in: Forums > CMS Builder
Last Post: April 25, 2010 (RSS)
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:
Then refresh your browser.
Let me know if that works for you.
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
interactivetools.com
Re: [chris] Notice: CMSB v2.04 Beta!
By Deborah - April 25, 2010
Upgrade to 2.04 Beta 3 went smoothly. Some comments:
1.) I am unable to disable the 'expert mode' in general settings.
2.) The upgrade did not remember my time zone setting. (not a big deal)
3.) I used the new single-value list field pseudo feature with an IF statement and it worked. I need more complete examples of how pseudo fields work. I know they're going to be a big time saver!
4.) I see the new 'load viewer library' code generated by the code generator. I'm assuming it is not necessary to add this additional code to existing viewers for an upgraded site. Please advise if otherwise.
Looking forward to the new release!
Deborah
1.) I am unable to disable the 'expert mode' in general settings.
2.) The upgrade did not remember my time zone setting. (not a big deal)
3.) I used the new single-value list field pseudo feature with an IF statement and it worked. I need more complete examples of how pseudo fields work. I know they're going to be a big time saver!
4.) I see the new 'load viewer library' code generated by the code generator. I'm assuming it is not necessary to add this additional code to existing viewers for an upgraded site. Please advise if otherwise.
Looking forward to the new release!
Deborah