Show TOC

EventsLocate this document in the navigation structure

Use

The editor can trigger events when administrators perform actions within the editor, such as clicking a button. The following types of events can be triggered:

  • Generic Events : Events triggered when an administrator clicks a button in the generic toolbar at the top of the editor. These events are triggered and captured automatically by the editor framework.

    You cannot change the buttons displayed in the generic events toolbar, but you can create a custom events handler for overriding or extending the standard event handling.

  • Custom Events : Events, either client or server side, that you trigger and capture.