Forum Post: RE: TinyMCE customization

  • Thread starter Thread starter Manooj Murali
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top