The cellBubble property specifies the DayPilot.Bubble object that is used to display time cell details on hover in the JavaScript Scheduler component.
null
Scheduler config:
{
cellBubble: new DayPilot.Bubble({
onLoad: (args) => {
const cell = args.source;
args.html = cell.start + " " + cell.end + " " + cell.resource;
}
}),
// ...
}
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.