X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Ffocusmanager.js;h=749de6d6aecbd3d451d52355f058ac7d6b64d1d3;hp=cf4e50f2eec4d8791749e8e7db5121721749df68;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/focusmanager.js b/_source/core/focusmanager.js index cf4e50f..749de6d 100644 --- a/_source/core/focusmanager.js +++ b/_source/core/focusmanager.js @@ -121,3 +121,17 @@ CKEDITOR.focusManager.prototype = } } }; + +/** + * Fired when the editor instance receives the input focus. + * @name CKEDITOR.editor#focus + * @event + * @param {CKEDITOR.editor} editor The editor instance. + */ + +/** + * Fired when the editor instance loses the input focus. + * @name CKEDITOR.editor#blur + * @event + * @param {CKEDITOR.editor} editor The editor instance. + */