DayPilot.Scheduler.cornerHtml

The cornerHtml property specifies HTML to be rendered in the upper-left corner of the JavaScript Scheduler component. If specified, it overrides the cornerText value in the browser (but not during image export).

The corner is rendered during initial page load and during full update.

Declaration

DayPilot.Scheduler.cornerHtml (string)

Default Value

null

Example

dps.cornerHtml = DayPilot.Date.today().toString("yyyy");