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.
DayPilot.Scheduler.cornerText (string)
""
(empty string)
Scheduler config:
{
cornerText: DayPilot.Date.today().toString("yyyy"),
// ...
}