X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fckeditor.js;h=1faddd2dc191ba7c4cb00f160d5a4972cf9bc4a8;hp=5e0369367998dfc958326f7ca1fe357e5065a3d2;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/ckeditor.js b/_source/core/ckeditor.js index 5e03693..1faddd2 100644 --- a/_source/core/ckeditor.js +++ b/_source/core/ckeditor.js @@ -94,3 +94,10 @@ CKEDITOR.TRISTATE_OFF = 2; * @example */ CKEDITOR.TRISTATE_DISABLED = 0; + +/** + * Fired when the CKEDITOR.currentInstance object reference changes. This may + * happen when setting the focus on different editor instances in the page. + * @name CKEDITOR#currentInstance + * @event + */