Is is possible to change the height and the width of the editor using Javascript AFTER it has been created?
I asked part of this question in another thread - but have discovered that what we thought was working (with the width) is actually not. So on that note I want to ask specifically about changing both the width and height.
I thought I had it working (on the width) by changing the width of the FORM that holds the editor script, but it turns out that after the first line of content is typed (after changing the size) the editor just adds a horizontal scrollbar and contiues accpeting characters without a wrap.
I am using the latest version with the ToolbarLocation set to an outside DIV - so all I want to do is resize the actual editor body (especially the width).
Thanks!
MD
I asked part of this question in another thread - but have discovered that what we thought was working (with the width) is actually not. So on that note I want to ask specifically about changing both the width and height.
I thought I had it working (on the width) by changing the width of the FORM that holds the editor script, but it turns out that after the first line of content is typed (after changing the size) the editor just adds a horizontal scrollbar and contiues accpeting characters without a wrap.
I am using the latest version with the ToolbarLocation set to an outside DIV - so all I want to do is resize the actual editor body (especially the width).
Thanks!
MD
Re: Changing the editor width and height AFTER it has been creat
some links (back to the old forum, so don't post there anymore. If you wish to reply in any of the threads please search for the copy of it in the new forums)
Automatic height resize: https://sourceforge.net/forum/message.p ... id=4154769
How to resize editor?: http://sourceforge.net/forum/forum.php? ... _id=257179
How change editor hight/width dynamically?: http://sourceforge.net/forum/forum.php? ... _id=379487
and maybe also:
HOWTO - reach anything of the editor: viewtopic.php?t=733
Re: Changing the editor width and height AFTER it has been creat
Thanks Saul!

I that will help.
Part of the frustration has been figuring out how to reach the properties and your post shows the way.
BTW - nice work on your own plugins too!
MD