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

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

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

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