var editor1 = CKEDITOR.instances.editor1; editor1.on('loaded', function() { editor1.execCommand('maximize'); });