Change TinyMCE width with jquery
Hi guys!
Looks like I am stuck with jQuery + TinyMCE. Since TinyMCE offers only paid support I will try to find help on this forum.
I have several page templates and I want TinyMCE to reflect users choice. When user creates a page in a blog he can choose a template for a page (not for TinyMCE!) - and then accordingly to this template the width of the blog entry will change.
Let's say that I have default page template - Large and another one - Small. User selects template from a dropdown list.
So the problem is that I can't figure out how to resize TinyMCE area.... I want to make it smaller when user selects Small page template. Is there a way to access TinyMCE's width parameter with jQuery?