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 7029397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:32:02+00:00 2026-05-28T00:32:02+00:00

I am using ExtJS DataView for my image gallery. This is my way for

  • 0

I am using ExtJS DataView for my image gallery. This is my way for item tooltip. It’s in tpl.

 new Ext.XTemplate(
    '<tpl for=".">',
        '<div class="thumb-wrap" data-qtip="{shortname}">',
            '<img class="file-image" src="{thumb}" />',
        '</div>'
    '</tpl>'
 );

It’s working correctly, but I want to set showDelay value for my tooltip.

Is there any way to set showDelay for dataview item tooltip?

  • 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-05-28T00:32:02+00:00Added an answer on May 28, 2026 at 12:32 am

    Try implementing tooltips like this instead, it will give you all of the config options:

    Add the following after you declare your grid (where myGridPanel is your Ext.grid.Panel). You may have to adjust it somewhat for your needs. Also take the tip out of the template.

    myGridPanel.getView().on('render', function(view) {
        view.tip = Ext.create('Ext.tip.ToolTip', {
            target: view.el,
            delegate: view.itemSelector,
            trackMouse: true,
            minWidth: 300, 
            maxWidth: 500,
            dismissDelay: 0,
            showDelay: 800,
            renderTo: Ext.getBody(),
            listeners:{
                beforeshow: function updateTipBody(tip){
                    tip.update(
                        view.getRecord(tip.triggerElement).get('shortname')
                    );
                }
            }
        });
    });  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using ExtJS to create a formPanel: new Ext.FormPanel({ labelAlign: 'top', title: 'Loading Contact...',
// Using extjs 3.x var box = new Ext.Textfield { /* textField configuration */
I'm using ExtJS 4.0.7, am new to Ext, and am using the new MVC
I'm using ExtJS on a registration page which should have no effect on this.
This is my first bash at using extJS, and after a few hours of
I am making a web-based logviewer using extjs. I would like new log-lines to
Using ExtJS 4.0.2 , I can type the following into the console: Ext.util.Format.date('2012-01-13', m-d-Y);
How do you implement a multiselect combobox as part of a Ext.FormPanel using ExtJs?
I created a grid using extjs library. First created a model: Ext.define('Option', { extend:
I am using ExtJS Forms. My form code is as follows: Ext.create('Ext.form.Panel', { width:

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.