hi
i am using TS7.4.1 in linux box. here i configured tinymce4.x. i want to customize to hide the menu bar. for that i added the code in custom_config.js file. while loading my DCR it shows an error tinymce object is undefined.
tinymce.init({
selector: "textarea",
menubar: false });