DayPilot.Scheduler.onTimeRangeDoubleClick

The onTimeRangeDoubleClick event is fired when you double-click an existing time range selection in the JavaScript Scheduler component. It is fired before the default action specified using timeRangeDoubleClickHandling.

Declaration

DayPilot.Scheduler.onTimeRangeDoubleClick(args) 

Parameters

  • args.start

  • args.end

  • args.resource

  • args.preventDefault()

api=1

Declaration

DayPilot.Scheduler.onTimeRangeDoubleClick(start, end, resource)

Parameters

  • start (DayPilot.Date) - start of the selected range

  • end (DayPilot.Date) - end of the selected range

  • resource (string) - id of the resource