I am using tinymce editor in my page. What I want to do is to change the height of the editor dynamically. I have created a function:
function setComposeTex
It's a bit late but for Googler like me, check the autoresize plugin
tinymce.init({ plugins: "autoresize" });
autoresize_min_height : Min height value of the editor when it auto resizes.
autoresize_max_height : Max height value of the editor when it auto resizes.