quick_info_detached

defines whether the task form will appear from the left/right side of the screen or near the selected task

boolean quick_info_detached;

Example

gantt.config.quick_info_detached = false;
 
gantt.init("gantt_here");


Default value:

true (the event form will appear near the selected event)

Related samples

Details

This option is defined in the Quick Info extension, so you need to activate the quick_info plugin.

See also
Back to top