/home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old/divarea
NameSizeModeActions
divarea.html72980777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old/divarea/divarea.html (7298B)
Replace Textarea with a "DIV-based" editor — CKEditor Sample

CKEditor Samples » Replace Textarea with a "DIV-based" editor

This sample is not maintained anymore. Check out the brand new samples in CKEditor SDK.

This editor is using a <div> element-based editing area, provided by the Divarea plugin.

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