editor = CKEDITOR.inline(id, {
      toolbar: 'inline',
      on: {
        blur: function(event) {
          $.cms_editor.saveChanges(event.editor);