Re: HTML for Outlook

  •  06-20-2013, 2:10 PM

    Re: HTML for Outlook

    Hi gim-matt,

     

    You can change the behavior by the sections below in file "\richtexteditor\scripts\config.js".  By default they will use style format.

     

    1. format_underline    :   "<span style='text-decoration:underline'>",   //or "<u>", //default behavior for underline  
    2. format_linethrough  :   "<span style='text-decoration:line-through'>",//or "<strike>", or "<s>" //default behavior for linethrough  
    3. format_overline     :   "<span style='text-decoration:overline'>",//default behavior for overline   
    4. format_forecolor    :   "<span style='color:%1'>",  
    5. format_backcolor    :   "<span style='background-color:%1'>",  
    6. format_fontsize     :   "<span style='font-size:%1'>",  
    7. format_fontname     :   "<span style='font-family:%1'>",  
    8. format_cssclass     :   "<span class='%1'>",  
    9. format_cssstyle     :   "<span style='%1'>",  
     

    Regards,

     

    Ken 

View Complete Thread