HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/tmp0/brainy/plugins/tinymce_4.6.0_dev/tinymce/tools/docs/tinymce.FocusEvent.js
/**
 * This class is the event object sent when editors are focused/blurred.
 *
 * @class tinymce.FocusEvent
 * @extends tinymce.Event
 * @example
 * tinymce.activeEditor.on('focus', function(e) {
 *     console.log(e.blurredEditor);
 * });
 *
 * tinymce.activeEditor.on('blur', function(e) {
 *     console.log(e.focusedEditor);
 * });
 */

/**
 * Optional editor instance that got the focus when the blur event occurs.
 *
 * @property {tinymce.Editor} focusedEditor
 */

/**
 * Optional editor instance that got blurred when the focus event occurs.
 *
 * @property {tinymce.Editor} blurredEditor
 */