Перейти к основному содержимому

drag_out

Description

Запретить перетаскивание событий из этого scheduler в другие

drag_out: boolean

Example

scheduler.config.drag_out = false; // отключить перетаскивание событий из этого scheduler в другие
scheduler.init('scheduler_here', new Date(2009,05,30), "week");
scheduler.load("./data/units.xml");

scheduler2 = Scheduler.getSchedulerInstance();
scheduler2.init('scheduler_here_2', new Date(2009,05,30), "week");

Default value: true

Details

примечание

Эта функция доступна только в лицензиях Scheduler PRO (коммерческая с 6 октября 2021), Enterprise и Ultimate.

примечание

Для работы функции требуется включенный плагин outerdrag.

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.