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