Search code examples
angularjstooltipangular-ui-bootstrappopoverdhtmlx

Bootstrap popover tooltips within DHTMLX Gantt


I'm using DHTMLX Gantt within an AngularJS application. I display some tooltips with the help of Bootstrap's popover for AngularJS (ui.bootstrap.popover). Furthermore I want so show some of those tooltips in my Gantt on certain HTML-Elements. However, they won't show up. So I'm wondering whether this is actually possible and if so, could someone help me to conduct this?

Thank you already in advance for your help!


Solution

  • Actually I've solved the problem during the meanwhile. I think the problem was, that the elements within the Gantt are added dynamically and thus the popover can't be initialized. Hence I just took the pure JavaScript version of the Bootstrap popover. When using this one, I could use the element attributes and then I initialized the popovers in "onGanttRender". This works for me now properly.