DayPilot.Scheduler.timeRangeSelectedCallBack

The timeRangeSelectedCallBack() method fires the TimeRangeSelected event on the server side using a CallBack.

This only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.

Declaration

DayPilot.Scheduler.timeRangeSelectedCallBack(start, end, resource, data)

Parameters

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

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

  • resource (string) - resource of the time range

  • data (object) - additional custom data

Notes

This legacy helper submits the selected time range to the server using a CallBack.

Example

dp.timeRangeSelectedCallBack(start, end, resource, data);

See Also

Sending Custom Data with CallBack