quick_info_detached

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

boolean quick_info_detached;

Example

scheduler.config.quick_info_detached = false;
...
scheduler.init('scheduler_here',new Date(2013,5,30),"day");


Default value:

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

Related samples

Details

The property requires the quick_info plugin to be activated.

See also
Back to top