I'm tying to set the size of the FCKEditor iframe, and the editor inside it. I found the custom config setting:
And the BodyId setting, and even tried the Height setting:
But the BodyId is being set on a secondary iframe, and the Height setting isn't showing up.
So, how do I set the size of the editor?
Thanks for your help,
- AAA
var oFCK = new FCKeditor('adv_text1'); oFCK.Config["CustomConfigurationsPath"] = "/inc/fckconfig.js";
And the BodyId setting, and even tried the Height setting:
FCKConfig.BodyId = 'adv_text1body'; FCKConfig.Height = '500';
But the BodyId is being set on a secondary iframe, and the Height setting isn't showing up.
So, how do I set the size of the editor?
Thanks for your help,
- AAA
Re: Sizing the iframe
OK, next challenge: updating the content from AJAX result. I'll post a new item for this.
Re: Sizing the iframe
On the other hand, if you're supporting some existing install, you should think about upgrading it as sooner or later you'll face problems to which the only answer is "switch to CKEditor".
Re: Sizing the iframe