DayPilot.Scheduler.cornerText

The cornerText property specifies the text to be displayed in the upper-left corner of the JavaScript Scheduler component. The corner is rendered during initial page load and during full update.

The cornerText value will be HTML-encoded automatically. The HTML content can be overridden using cornerHtml property or using onBeforeCornerRender event handler.

During image export, the cornerText value will be used even if cornerHtml is specified.

Declaration

DayPilot.Scheduler.cornerText (string)

Default Value

"" (empty string)

Example

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