'tinyMCE - Manually trigger blur event

I'm trying to manually trigger the tinyMCE editor blur event.

One can manually trigger the focus event by tiny.activeEditor.execCommand('mceFocus') (see this link), but I can't find a way to trigger the blur event.

I'll appreciate your help. Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source