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

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 отключит возможность drag событий.

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.