LDEV-4428 Revive "Preview" button In order to make Preview feature available in inline mode, Preview plugin needed to be tweaked. To achieve…
Show more
LDEV-4428 Revive "Preview" buttonIn order to make Preview feature available in inline mode, Previewplugin needed to be tweaked. To achieve it the next command"a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(" was removed from theckeditor.js; precisely from that line:CKEDITOR.plugins.add("preview",{init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(h=this.path,a.addCommand
Show less