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