DhtmlxAccordion allows to handle different kinds of events in an application.
You can attach several handlers to the same event, and all of them will be executed.
If you need to attach event to an application, use the attachEvent() method.
dxhAccord.attachEvent(evName, evHandler);
You can also delete event if you have such possibility. The detachEvent() method helps you here.
var id = dhxAccord.attachEvent("onActive",some_code); ... dhxAccord.detachEvent(id);
The following events are available in dhtmlxAccordion: