DayPilot.Scheduler.commandCallBack
Invokes a Command event on the server side using an AJAX CallBack.
Useful for sending navigation commands (next, previous, jump to a specific date).
Declaration
commandCallBack(command, data)
Parameters
- command (string) - command name (custom)
- data (object) - additional custom data
See Also
- CommandCallBack (DayPilot Pro for ASP.NET)
- Sending Custom Data with CallBack (DayPilot Pro for ASP.NET)