touch_drag

defines the time period in milliseconds that is used to differ the long touch gesture from the scroll gesture

number| boolean touch_drag;

Example

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


Default value:

500
Details

Note, if you set the parameter to false, the user won't be able to drag events.

See also
Back to top