/home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old/image2
NameSizeModeActions
assets/-0777rm
image2.html68010777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old/image2/image2.html (6801B)
New Image plugin — CKEditor Sample

CKEditor Samples » New Image plugin

This sample is not maintained anymore. Check out its brand new version in CKEditor SDK.

This editor is using the new Image (image2) plugin, which implements a dynamic click-and-drag resizing and easy captioning of the images.

To use the new plugin, extend config.extraPlugins:

CKEDITOR.replace( 'textarea_id', {
	extraPlugins: 'image2'
} );