DayPilot.Calendar.onEventEdit

Declaration

onEventEdit(args)

Parameters

  • args.e (DayPilot.Event) - the event reference
  • args.newText (string) - new event text
  • args.preventDefault()

Notes

Handles the submit event during inline event editing.

api=1

Declaration

onEventEdit(e, newText)

Parameters

  • e (DayPilot.Event) - the event reference
  • newText (string) - new event text