ACC SHELL
tinyMCE.init({
// General options
mode : "textareas",
theme : "advanced",
plugins : "inlinepopups",
// Theme options
theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,removeformat,|,sub,sup",
theme_advanced_buttons2 : "bullist,numlist,undo,redo,|,link,unlink,image,cleanup,insertdate,inserttime,|,forecolor,backcolor,|,code",
theme_advanced_buttons3 : "",
//paste_use_dialog : true,
//paste_auto_cleanup_on_paste : false,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
entity_encoding : "raw",
relative_urls : "false",
});
ACC SHELL 2018