dynamic tooltip and multiline tooltip

Forum Home Forums New Ideas dynamic tooltip and multiline tooltip

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6741
    JW
    Participant

    Is it Possible to add dynamic tool tip to show input channel value?
    and support multiple line tool tip?
    Location: Server Room
    Temperature: 25.0°C

    Solution 1:
    1 tooltip with formatter support. such as
    “Location: Server Room\nTemperature: {.2f}°C”.format($Cnl)

    and simply make 2 line of tooltip such as
    tooltip1: “Server Room”
    tooltip2: ($Cnl)

    #6744
    Mikhail
    Moderator

    Interesting idea. I added it to our back log.

    Currently, the Link component allows to open a popup window on element click which contains a small scheme.

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