DayPilot.Bubble.showEvent

The showEvent() method displays the bubble for the specified source event.

Declaration

DayPilot.Bubble.showEvent(e)

Parameters

Example

var dp = new DayPilot.Scheduler("dp");
var bubble = new DayPilot.Bubble();

// ...


var e = dp.events.find(101);
bubble.showEvent(e);