Skip to content

Commit

Permalink
Corrected doc str.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed May 30, 2013
1 parent 0392fef commit 237bcd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/creators/inline.js
Expand Up @@ -7,15 +7,15 @@
/** @class CKEDITOR */

/**
* Turn a DOM element with `contenteditable` attribute set to `true` into a
* CKEditor instance, check {@link CKEDITOR.dtd#$editable} for the list of
* 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.
*
* <div contenteditable="true" id="content"></textarea>
* <div contenteditable="true" id="content">...</div>
* ...
* CKEDITOR.inline( 'content' );
*
* @param {Object/String} element The DOM element (`<textarea>`), its ID or name.
* @param {Object/String} element The DOM element or its ID.
* @param {Object} [instanceConfig] The specific configurations to apply to this editor instance.
* See {@link CKEDITOR.config}.
* @returns {CKEDITOR.editor} The editor instance created.
Expand Down

0 comments on commit 237bcd7

Please sign in to comment.