M
Manooj Murali
Guest
Hi - In common.js, we have function tinyMceInitCallback which is specifically for the purpose of customizing tinyMCE Editor. Can you try moving your customizing code into : function tinyMceInitCallback(){ //customizing code. // variable to access tinyMCE is tinyMCE. }; then add this function into the page you need. See if this helps your case. If not, please see if there are errors on the browser console that can help. - Regards, Manooj
Continue reading...
Continue reading...