show_quick_info

activates/disables the 'quick_info' extension (pop-up task's details form)

boolean show_quick_info;

Example

scheduler.config.show_quick_info = false;
scheduler.init("scheduler_here");


Default value:

true
See also
Back to top