DayPilot.Event.client.html

Declaration

DayPilot.Event.client.html()
DayPilot.Event.client.html(newValue)

Return Value

If called without a parameter it returns the current event HTML (string).

Example

var html = e.client.html();
e.client.html("<b>New event HTML</b>");