Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #111042
    yuktha reddy
    Participant

    I have tooltip enabled but I only want tooltip for tasks and not for Connections how do we achieve that

    #111043
    Markov
    Keymaster

    Hi,

    There are no tooltips for connections in our Gantt component – https://www.htmlelements.com/demos/gantt/task-connections/. In addition, tooltips by default are not enabled.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

    #111044
    yuktha reddy
    Participant

    I have them enabled because i need them for tasks but its also showing up for connections which i don’t need . so is it possible to achieve that i have them for tasks but not for connections

    #111045
    Markov
    Keymaster

    Hi,

    When the tooltip is opened, the ‘opening’ event is raised. In the event detail, there is a ‘type’ property which determines the tooltip’s type. It the type = ‘connection’, you can call event.preventDefault() and event.stopPropagation() methods.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

    #111047
    yuktha reddy
    Participant

    hey thank you that worked but still i’m seeing tooltip when i hover over or nearĀ  the arrow on connection

    #111052
    Markov
    Keymaster

    Hi,

    Could you provide a sample showing this behavior?

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.