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

  • Home
  • SEARCH
  • 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 7865571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T00:07:47+00:00 2026-06-03T00:07:47+00:00

I used Extjs tool bar with many buttons.can i know how to apply tool

  • 0

I used Extjs tool bar with many buttons.can i know how to apply tool tip for that buttons with delegate pattern

  • 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-03T00:07:49+00:00Added an answer on June 3, 2026 at 12:07 am

    here my toolbar button

    xtype: 'toolbar',
    dock: 'top',
    id: 'toolbar-id',
    items: [
        {
        xtype: 'button1',
        id: 'button-id1',
        cls: 'tb-btn',
        qtipText: 'tool tip description',
        qtipTitle: 'tool tip title'
        },
        {
        xtype: 'button2',
        id: 'button-id2',
        cls: 'tb-btn',
        qtipText: 'tool tip description',
        qtipTitle: 'tool tip title'
        }
        ]
    

    apply tooltip with using delegate pattern

    render: function(Component, eOpts) {
    
        Component.tip = Ext.create('Ext.tip.ToolTip', {
            target: Component.el,
            delegate: '.tb-btn',
            renderTo: Ext.getBody(),
            listeners: {
                beforeshow: function updateTipBody(tip) {
                    var btnData = Component.getComponent(tip.triggerElement.id);
                    tip.update("<div class='tol-box'><h4 class='tool-tip-title'>" + btnData.qtipTitle + '</h4><p>' + btnData.qtipText + "</p></div>");
                }
            }
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a c++ library like Extjs that can be used in desktop applications
in ExtJS 3.x grid panels that used a remote datastore and paging bars had
I'm using ExtJS 2.2.1 In my web app, I used to have a TreePanel
I used this code to change the annotation's color,but after that,the title and subtitle
I am working on extjs4, my case is: Extjs mvc is used to build
I am developing a Java web services application that is (mostly) to be used
I am new to ExtJS,i used in asp.net,C# in VS2008.. i simply added comboBox
In ExtJS is .x-form-arrow-trigger css class used only for down arrow image on ComboBox
Although the example below exploits ExtJS, one can easily extrapolate to another framework. I
I have rich web application with a lot of dynamic stuff (used ExtJS 3.0).

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.