JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / core / ckeditor.js
index 5e03693..1faddd2 100644 (file)
@@ -94,3 +94,10 @@ CKEDITOR.TRISTATE_OFF = 2;
  * @example\r
  */\r
 CKEDITOR.TRISTATE_DISABLED = 0;\r
+\r
+/**\r
+ * Fired when the CKEDITOR.currentInstance object reference changes. This may\r
+ * happen when setting the focus on different editor instances in the page.\r
+ * @name CKEDITOR#currentInstance\r
+ * @event\r
+ */\r