Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8389579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:46:00+00:00 2026-06-09T18:46:00+00:00

How do I change the tooltip for a panel located in a tab panel?

  • 0

How do I change the tooltip for a panel located in a tab panel? Originally, I created a tooltip using the tabtip parameter of the panel constructor as the panel was added to the tabpanel.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T18:46:01+00:00Added an answer on June 9, 2026 at 6:46 pm

    You need to grab the DOM element that represents your tab’s tab strip. You can use tabPanel.getTabEl(tabID) to get the strip element. You can then grab the .x-tab-strip-text span and set its qtip property.

    // be sure to set your tab's itemId
    var tabPanel = new Ext.TabPanel({
       items: [{
          title: 'one tab',
          tabTip: 'something',
          itemId: 'firstTabID',
          html: 'haha wooo'
       }]
    });
    
    // later...
    // .getTabEl grabs the tabstrip DOM element
    // Ext.get converts it to an Ext.Element
    Ext.get( tabPanel.getTabEl('firstTabID') )
       // find its descendent span that contains the tab's title text
       .child('span.x-tab-strip-text', true)
       // and set the tool tip
       .qtip = 'something completely different!';
    

    I’d never changed tab tooltips before so I dug around the Ext.TabPanel source looking at how they set it. I learned something too 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a NSStatusItem to which I've added a tooltip using the setToolTip: method.
Possible Duplicate: How to change tooltip text for google chart api? I am using
I know how to change the tooltip in the xaml side of things, but
Does anybody know how to change the font of tooltip for ui elements?
I have a JS for tooltip on Mouseover, What should i change to convert
I have a NSStatusItem called statusItem created in my AppDelegate. I want to change
I need to change the format of the default tooltip in the bars drawn
I created a custom behavior that exposes some custom dependency properties whose values change
Working on a request to add a pretty tooltip to a page (using jQuery
I have a View in which I'm using a tooltip provided by this site:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.