DayPilot.Scheduler.rowCreateHtml

The rowCreateHtml property (string) specifies the raw HTML that will be displayed in the new row during row creating as a placeholder.

If specified, this value override the rowCreateText value.

Default Value

null

Example

dp.rowCreateHtml = "New resource...";