Results 1 to 2 of 2

Thread: Email template TinyMCE editor preview not working

  1. #1
    Mekanek is offline Senior Member
    Join Date
    Aug 2009
    Posts
    48

    Default Email template TinyMCE editor preview not working

    That's it.

    Firebug tells that "css is undefined". In this contect "css " is a variable, I suppose, and it dos not get defined in /include/javascript/tinymce/plugins/preview/editor_plugin.js:

    Code:
    (function(){tinymce.create('tinymce.plugins.Preview',
    {init:function(ed,url){var t=this,css=tinymce.explode(ed.settings.content_css)
    ;t.editor=ed;tinymce.each(css,function(u,k){css[k]=ed.documentBaseURI.toAbsolute(u);});
    ed.addCommand('mcePreview',function(){ed.windowManager.open({file:ed.getParam("plugin_preview_pageurl",url+"/preview.html"),
    width:parseInt(ed.getParam("plugin_preview_width","550")),
    height:parseInt(ed.getParam("plugin_preview_height","600")),
    resizable:"yes",scrollbars:"yes",popup_css:css.join(','),inline:ed.getParam("plugin_preview_inline",1)},
    {base:ed.documentBaseURI.getURI()});});ed.addButton('preview',
    {title:'preview.preview_desc',cmd:'mcePreview'});},getInfo:function()
    {return{longname:'Preview',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',
    infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/preview',
    version:tinymce.majorVersion+"."+tinymce.minorVersion};}});
    tinymce.PluginManager.add('preview',tinymce.plugins.Preview);})();
    The major point however is, that you guys have changed/ edited the HTML rendering engine?

    Now when selecting an earlier template, but not opening it for editing, it shows these earlier templates totally broken. The fun part was that they have been verified with several mail systems and they were OK: AND they looked OK in Sugar 5.2.0 too. I can not know how they would look in HTML preview, because it does not work.

    Any suggestions? Actually, the whole mail template editor is more or less meaningless now.

    It prevents me from mailing and I think mass mailing & tracking is one of the most important parts of the whole crm.

    Anything I can do or is this a bug? Anybody else with the same problem?


    Edit: I'm talking about sugarcrm CE 5.5.2.... :-)
    Last edited by Mekanek; 2010-06-25 at 04:07 PM. Reason: Additiional info
    Sugar CE 5.2.0l, Apache 2.2.14 (Unix), MySQL 5.0.90-community, PHP 5.2.12

  2. #2
    Mekanek is offline Senior Member
    Join Date
    Aug 2009
    Posts
    48

    Default Re: Email template TinyMCE editor preview not working

    Hi,

    Any ideas?
    Sugar CE 5.2.0l, Apache 2.2.14 (Unix), MySQL 5.0.90-community, PHP 5.2.12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Email Editor (TinyMCE) Question
    By machineghost in forum General Discussion
    Replies: 0
    Last Post: 2008-11-06, 05:44 PM
  2. HTML Template Email no body editor
    By johnsam in forum Help
    Replies: 5
    Last Post: 2007-02-22, 06:06 PM
  3. Replies: 1
    Last Post: 2005-11-30, 09:02 PM
  4. Replies: 0
    Last Post: 2005-09-08, 06:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •