LDEV-4428 Revive "Preview" button In order to make Preview feature available in inline mode, Preview plugin needed to be tweaked. To achieve it the next command "a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(" was removed from the ckeditor.js; precisely from that line: CKEDITOR.plugins.add("preview",{init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(h=this.path,a.addCommand
LDEV-4428 Upgrade CKEditor to the latest version 4.7.3 Build is created using CKEditor's Download builder. Full preset is chosen after which some of the plugins were removed (for details on which plugins is chosen see \lams_central\web\ckeditor\build-config.js). Office2013 skin is selected as the default skin.