跳转到主要内容

touch_drag

Description

设置区分长按手势和滚动手势的持续时间,单位为毫秒

touch_drag: number | boolean

Example

scheduler.config.touch_drag = 750;
...
scheduler.init('scheduler_here',new Date(2013,3,10),"week");

Default value: 500

Details

请注意,将此参数设置为false将禁用事件的拖拽功能。

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.