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

drag_out

Description

Ограничивает перетаскивание событий из вызывающего планировщика к любому другому планировщику(-ам)

drag_out: boolean

Example

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

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

Значение по умолчанию: 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.