/** * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ ( function() { /** @class CKEDITOR */ /** * Turns a DOM element with `contenteditable` attribute set to `true` into a * CKEditor instance. Check {@link CKEDITOR.dtd#$editable} for the list of * allowed element names. * *
...
* ... * CKEDITOR.inline( 'content' ); * * It is also possible to create an inline editor from the `