search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to use bubblehtml on angular5

Asked by Kar
5 years ago.

I write this
{
"id": 1,
"resource": "R1",
"start": "2018-09-04T00:00:00",
"end": "2018-09-16T00:00:00",
"text": "event1",
"bubbleHtml": "Event bubble HTML"
}

But bubble not showing when mouse hover over in event.

Answer posted by Dan Letecky [DayPilot]
5 years ago.

Please make sure that eventHoverHandling property is set to "Bubble":

config: any = {
  eventHoverHandling: "Bubble"
};

This is the default value but the current version of the UI Builder (https://builder.daypilot.org) generates eventHoverHandling: "Disabled" unless you change this option.

Please let me know if it didn't help.

Comment posted by Kar
5 years ago.

It works, thanks.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.