CKEditor Samples » Massive inline editing

This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with contentEditable attribute set to value true:

<div contenteditable="true" > ... </div>

Click inside of any element below to start editing.