跳转到主要内容

drag_out

Description

防止事件从此scheduler拖动到其他scheduler

drag_out: boolean

Example

scheduler.config.drag_out = false; // 禁用从此scheduler向其他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(自2021年10月6日起为商业版)、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.