Static
Readonly
pluginStatic
Readonly
requiresActivates the differencing.
It is recommended to activate differencing only for a CKEditor in read-only mode.
Activating this in read-write mode may cause augmentation data like
<xdiff:span>
to be written back to server or will provide irritating
highlighting in read-write editor where not expected.
Plugin, which adds support for server-side data augmentation for showing differences in data. This plugin is meant to be used in read-only CKEditors that receive data from the server, which got augmented by differencing hints.
To use this plugin, it has to be activated manually by calling
Differencing.activateDifferencing
after the editor initialization.Example