DayPilot.Month.onBeforeCellExport

The onBeforeCellExport event is fired by the monthly calendar during image export and direct printing. It allows you to provide alternative text (instead of HTML) and customize the formatting.

Declaration

DayPilot.Month.onBeforeCellExport(args);

Parameters

  • args.cell.start - cell start (read-only)

  • args.cell.end - cell end (read-only)

  • args.backColor

  • args.text

  • args.horizontalAlignment ("left" | "right" | "center")