details_on_create

'says' to open the lightbox while creating new events by clicking the '+' button

boolean details_on_create;

Example

gantt.config.details_on_create = true;
gantt.init("gantt_here");


Default value:

true Back to top