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.
- format_underline : "<span style='text-decoration:underline'>",
- format_linethrough : "<span style='text-decoration:line-through'>",
- format_overline : "<span style='text-decoration:overline'>",
- format_forecolor : "<span style='color:%1'>",
- format_backcolor : "<span style='background-color:%1'>",
- format_fontsize : "<span style='font-size:%1'>",
- format_fontname : "<span style='font-family:%1'>",
- format_cssclass : "<span class='%1'>",
- format_cssstyle : "<span style='%1'>",
Regards,
Ken