Hello
I am testing with HTML5 Hotel Room Booking (JavaScript/PHP).
bubble is working fine when I do not connect to SQL server.
If I establish a connection "bubble" is not shown.
Can someone please help.
Thank you in advance
Otto
If the "bubbleHtml" property is not part of the server-side JSON response the event bubble won't be displayed. You might want to check if the property is set correctly. You can also add it to the event data using onBeforeEventRender event handler on the client side:
Hello Dan,
thank you for your answer. I am new to php and web developement. I have ordered my copy of daypilot today.
I see there is dp.events.list = data; inside the function data. Can you please show how to insert the "bubbleHtml" property there.
You have a very nice product.
Thank you in advance
Otto
function loadEvents() {
var start = dp.visibleStart();
var end = dp.visibleEnd();
But it may be a better way to open the browser developer tools (Ctrl-Shift-I on Windows) and type dp.event.list in the console. That will list the whole event.list array.
You can also use the developer tools to see the actual response from the server (Network tab).
Comment posted by Otto 7 years ago.
Dan
thank you so much.
onClick: function(args) { dp.message(args.source.data.bubbleHtml ) shows "Reservation details".
But I get no tooltips.
Would you be so kind to help me once more.
Thank you and best regards
Otto
Comment posted by Anonymous 7 years ago.
Hello
now I have following situation:
with Internet Explorer, Google Chrome and Microsoft Edge
the bubble is shown but not with
Mozilla Firefox.
I am testing with the demo version.
Best regards
Otto
Comment posted by Anonymous 7 years ago.
Hello Dan
I installed the full version and now all is working fine.
Thank you for your help.
Best regards
Otto
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.