I have a TinyMCE that is set over a TextArea, and I want this editor area to ocuppy all the space of its parent div, all times.
I have a JS function that get the cur
in tinymce 3.4.6, set
width:'100%'
in init option will solve the problem.