Events map

Hi,

Is there any way document/webpage which explain when events are fired and in which order they are?

I noticed a few changes from version 2.0 to 2.1.

Regards,
MC

Hi,
You may check list of events in api docs.dhtmlx.com/gantt/api__refs_ … tml#events , but there is on specific page that describes the order of firing.

Probably you referring the changed order of events triggering when adding ‘plus’ button
Currently it goes as

  1. onTaskCreated
  2. on(Before)Lightbox
  3. onLightboxSave
  4. on(Before)TaskAdd

Previously it was going as 1-4-3-2, which was considered as a bug