Announcement

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

    Tooltip for tab object

    How can I specify a tooltip for a tab object?
    I am able to specify a tooltip for the entire tabset, but I would like to specify tooltip for each tab in my tabset. How can I achieve this?

    Currently using smartgwt 2.1 and IE8

    #2
    You can use tab.setAttribute("prompt", "Desired tooltip")

    Comment


      #3
      Tab.setPrompt(..) will appear in the next nightly build.

      Sanjiv

      Comment


        #4
        Originally posted by Isomorphic
        You can use tab.setAttribute("prompt", "Desired tooltip")
        Thanks a lot. The above technique worked. Will try the latest build soon.
        Thanks.

        Comment


          #5
          Hi I am using smartclient 8.0 and need to show tooltip for Tab is there any way for that, I have tried above mentioned way but it didn't work for me, seems that both above way not for smartclinet 8.0

          Thanks
          Dilip Kumar Gupta

          Comment

          Working...
          X