Hello,
I am using CKEditor to replace 3 textfields in my admin panel, I am having a problem with the editor not resizing the page after loading. I have a 2 column XHTML CSS admin panel that I built and I use a Javascript function to make both columns equal. Is there a way to add a quick call to a function from CKEditor on load or is there a method already designed for issues like this.
Thank You
S-vizion Softwares
I am using CKEditor to replace 3 textfields in my admin panel, I am having a problem with the editor not resizing the page after loading. I have a 2 column XHTML CSS admin panel that I built and I use a Javascript function to make both columns equal. Is there a way to add a quick call to a function from CKEditor on load or is there a method already designed for issues like this.
Thank You
S-vizion Softwares

Re: Resizing Window Size on Editor Replace Load
CKEDITOR.replace( "editor1",{ ...
on:{ instanceReady : function( ev ) {this.resize(width,height)}),