Hey gang!
I'm wondering how I can pre populate the content, like in textarea. Also, how do you resize the window? In essense, I want do this:
<textarea name="content" rows=25 cols=50>Enter Content Here...</textarea>
...but using FCKEditor. Please pardon my ignorance, I'm sure this forum gets questions like this all the time.:^)
Thanks a bunch for any help!
belbeeno
I'm wondering how I can pre populate the content, like in textarea. Also, how do you resize the window? In essense, I want do this:
<textarea name="content" rows=25 cols=50>Enter Content Here...</textarea>
...but using FCKEditor. Please pardon my ignorance, I'm sure this forum gets questions like this all the time.:^)
Thanks a bunch for any help!
belbeeno

*Sigh*
oFCKEditor.Width = '100%';
oFCKEditor.Height = '80%';
Thanks to ken for that one. Any ideas for the first problem though?
*Sigh*
http://fckeditor.wikiwikiweb.de/Develop ... onstructor