event_attribute

sets the name of the attribute that will specify the id of the event's HTML element

string event_attribute;

Example

scheduler.config.event_attribute = "data-event-id"


Default value:

"data-event-id"
Change log

added in v6.0

Back to top