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.
Name | Description |
---|---|
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 |