Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Tooltip in tab

    I noticed that setTooltip is available for TabSet, but not for Tab. Any reason for that?

    I need a tooltip text which is different between each tab. Is there any way I can achieve this?

    Thanks,
    Matheus

    #2
    Tab.setAttribute("prompt", "My Tooltip");

    Comment

    Working...
    X