Skip to main content

Event Bus methods

This page provides a list of methods related to the internal Event Bus used by the DHTMLX RichText editor.
These methods are designed for advanced integrations and custom behavior based on the internal event system.

NameDescription
api.detach()Allows removing/detaching event handlers
api.exec()Allows triggering inner events
api.intercept()Allows intercepting and preventing the inner events
api.on()Allows attaching a handler to the inner events
api.setNext()Allows adding some action into the Event Bus order