Clone
Andrey Balan
committed
on 27 Sep 17
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" 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 Show less