Skip to main content

drag_in

Description

Restrict dragging events to the calling scheduler from any other scheduler(s)

drag_in: boolean

Example

scheduler.init('scheduler_here',new Date(2009,05,30),"week");
scheduler.load("./data/units.xml");


scheduler2.config.drag_in = false;//restrict dragging events to this scheduler
scheduler2 = Scheduler.getSchedulerInstance();
scheduler2.init('scheduler_here_2',new Date(2009,05,30),"week");

Default value: true

Details

note

This property is available for Scheduler PRO (Commercial (since October 6, 2021), Enterprise and Ultimate licenses ) only

note

The property requires the outerdrag plugin to be activated.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.