DayPilot.Month.onBeforeCellExport

Fired 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")