DayPilot.Scheduler.cellBubble

The cellBubble property specifies the DayPilot.Bubble object that is used to display time cell details on hover.

Default Value

null

Example

dp.cellBubble = new DayPilot.Bubble({
  onLoad: function(args) { 
    args.html = args.source.start + " " + args.source.end + " " + args.source.resource;
  }
});

Related Properties

See Also