Documentation to wire in addtional events in javascript

Does anyone know of any documentation to wire in addtional events via jquery.

For example let’s say I want to run an event after the lightbox opens. The event would do something like hide a custom selectbox on the lightbox. IS this event possible?

Hi,
you can use scheduler “onLightbox” event scheduler.attachEvent("onLightbox", function (event_id){ //any custom logic here });

Awesome thank you. Is there any documentation on the other events I can attach to?

I may want to do some other things and knowing which events I can attach to would be helpful.

Thanks

Sure, here is the client-side scheduler documentation
docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:toc
and scheduler events in particular
docs.dhtmlx.com/doku.php?id=dhtm … ler:events