Required library edition: Required library file: dhtmlxeditor.js
fires when the specified native event fires
editor.attachEvent("onAccess",function(eventName,e){ if(eventName == "blur"){ alert("The editor is left!") } })