File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
/** @class CKEDITOR */
8
8
9
9
/**
10
- * Turn a DOM element with `contenteditable` attribute set to `true` into a
11
- * CKEditor instance, check {@link CKEDITOR.dtd#$editable} for the list of
10
+ * Turns a DOM element with `contenteditable` attribute set to `true` into a
11
+ * CKEditor instance. Check {@link CKEDITOR.dtd#$editable} for the list of
12
12
* allowed element names.
13
13
*
14
- * <div contenteditable="true" id="content"></textarea >
14
+ * <div contenteditable="true" id="content">...</div >
15
15
* ...
16
16
* CKEDITOR.inline( 'content' );
17
17
*
18
- * @param {Object/String } element The DOM element (`<textarea>`), its ID or name .
18
+ * @param {Object/String } element The DOM element or its ID.
19
19
* @param {Object } [instanceConfig] The specific configurations to apply to this editor instance.
20
20
* See {@link CKEDITOR.config}.
21
21
* @returns {CKEDITOR.editor } The editor instance created.
You can’t perform that action at this time.
0 commit comments