<dt><aclass="samples"href="plugins/magicline/magicline.html">Magicline plugin</a></dt> <dd>Using the Magicline plugin to access difficult focus spaces.</dd>
<dt><aclass="samples"href="plugins/wysiwygarea/fullpage.html">Full page support</a></dt> <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.</dd> </dl> </div> <divclass="twoColumnsRight"> <h2class="samples"> Inline Editing </h2> <dlclass="samples"> <dt><aclass="samples"href="inlineall.html">Massive inline editor creation</a></dt> <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
<dt><aclass="samples"href="inlinebycode.html">Convert element into an inline editor by code</a></dt> <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
<dt><aclass="samples"href="inlinetextarea.html">Replace textarea with inline editor</a><spanclass="new">New!</span></dt> <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
</dl>
<h2class="samples"> Advanced Samples </h2> <dlclass="samples"> <dt><aclass="samples"href="datafiltering.html">Data filtering and features activation</a><spanclass="new">New!</span></dt> <dd>Data filtering and automatic features activation basing on configuration.</dd>
<dt><aclass="samples"href="divreplace.html">Replace DIV elements on the fly</a></dt> <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
<dt><aclass="samples"href="appendto.html">Append editor instances</a></dt> <dd>Appending editor instances to existing DOM elements.</dd>
<dt><aclass="samples"href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt> <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
<dt><aclass="samples"href="api.html">Basic usage of the API</a></dt> <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
<dt><aclass="samples"href="xhtmlstyle.html">XHTML-compliant style</a></dt> <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
<dt><aclass="samples"href="readonly.html">Read-only mode</a></dt> <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>