DayPilot.Bubble([config]);
Constructor using the default configuration:
var bubble = new DayPilot.Bubble();
Custom configuration:
var bubble = new DayPilot.Bubble({ zIndex: 500, onLoad: function(args) { args.html = args.source.data.text; } });