M
Manooj Murali
Guest
A sample implementation : function tinyMceInitCallback(){ tinyMCE.DOM.get('HTMLTextarea_ifr').style.height="200px"; }; Whenever tinymce initializes, it will call this function and logic in this can involve the customization stuff. I am hoping that adding your custom logic into this function and then adding the function to the page should work. -Regards, Manooj
Continue reading...
Continue reading...