@PowerQuest
I don’t understand, where do you have a problem? I added the buttons in 3 minuets.
I don’t understand, where do you have a problem? I added the buttons in 3 minutes. Look at my changing in file ‘modules/Emails/include/ComposeView/EmailsComposeView.js’
...
$.fn.EmailsComposeView.defaults = {
"tinyMceOptions": {
skin_url: "themes/default/css",
skin: "",
/* add plugins */
// plugins: "fullscreen",
plugins: "fullscreen,link, paste",
/* */
menubar: false,
/* add button to toolbar */
/* toolbar: ['fontselect | fontsizeselect | bold italic underline | styleselect'], */
toolbar: ['fontselect | fontsizeselect | bold italic underline | styleselect | bullist | numlist | link | unlink | undo | redo | copy | paste'],
/* */
formats: {
bold: {inline: 'b'},
italic: {inline: 'i'},
underline: {inline: 'u'}
},
convert_urls:true,
relative_urls:false,
remove_script_host:false,
}
};
...