Programmer's Guide > Programming and Scripting Techniques > Events
  
Events
Overview
Arbortext Editor and the Arbortext Publishing Engine implement the W3C DOM Event Model described in the Document Object Model (DOM) Level 2 Events Specification (www.w3.org/TR/DOM-Level-2-Events). The DOM Event Model is a generic event system that provides registration of event handlers, describes the flow of events through a tree structure, and defines contextual information for each event.