http://methvin.com/splitter/
"cke_editorInstanceName"
$("#cke_editor1").css("width", $("#LeftPane").width() - 20 + "px");
$("#cke_editor2").css("width", $("#RightPane").width() - 20 + "px");
Please note in the above image, it is resize able where the green arrow is and not where the red arrow is.

Re: CKEDITOR Resizing problem from an external splitter
function doSplitMouse(evt){ ..... }function endSplitMouse(evt){ ..... }function doSplitMouse(evt){ //Ghost resizing... CKEDITOR.instances['instanceName'].resize(width,height); } function endSplitMouse(evt){ //Real resizing CKEDITOR.instances['instanceName'].resize(width,height); }http://rmcreative.ru/blog/post/ckeditor-autogrow-0.9.5
Attachments: