viewtopic.php?f=11&t=18256&hilit=resizing
CKEDITOR.instances['instanceName'].resize(width,height);
CKEDITOR.editor.prototype.resize = function( width, height, isContentHeight, resizeInner ) {
....
}CKEDITOR.instances['instanceName'].resize(width,height);
CKEDITOR.editor.prototype.resize = function( width, height, isContentHeight, resizeInner ) {
....
}