X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Feditor_basic.js;h=7b2d54a87efe06efcff30d02851d38728c46e520;hp=ec90bf72107e7834fc36ae5657487f0b467d3ab1;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/core/editor_basic.js b/_source/core/editor_basic.js index ec90bf7..7b2d54a 100644 --- a/_source/core/editor_basic.js +++ b/_source/core/editor_basic.js @@ -27,15 +27,15 @@ if ( !CKEDITOR.editor ) CKEDITOR.ELEMENT_MODE_APPENDTO = 2; /** - * Represents an editor instance. This constructor should be rarely used, - * being the {@link CKEDITOR} methods preferible. - * @constructor + * Creates an editor class instance. This constructor should be rarely + * used, in favor of the {@link CKEDITOR} editor creation functions. + * @ class Represents an editor instance. * @param {Object} instanceConfig Configuration values for this specific * instance. * @param {CKEDITOR.dom.element} [element] The element linked to this * instance. * @param {Number} [mode] The mode in which the element is linked to this - * instance. + * instance. See {@link #elementMode}. * @param {String} [data] Since 3.3. Initial value for the instance. * @augments CKEDITOR.event * @example @@ -54,11 +54,11 @@ if ( !CKEDITOR.editor ) * The mode in which the {@link #element} is linked to this editor * instance. It can be any of the following values: * * @name CKEDITOR.editor.prototype.elementMode