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

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


CKEDITOR.replace( 'textarea_id', {

	extraPlugins: 'divarea'

});