CKEDITOR.on('instanceLoaded', function(e) {e.editor.resize(CKEDITOR.instances.public_editor.width, 350); e.editor.setData(''); }); ckeditor.replace('#public_editor'); // ADD THIS $('#public_editor').ckeditor(); // ADD THIS 19657 CKEDITOR.replace( 'editor', { width: '70%', height: 400 } ); surbhi