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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:25:32+00:00 2026-06-17T06:25:32+00:00

I replaced the default icons of tree-nodes in my TreeStore: listeners: { append: function(

  • 0

I replaced the default icons of tree-nodes in my TreeStore:

  listeners: {
     append: function( oParentNode, oAppendedNode ) {
        oAppendedNode.set( 'icon', Ext.BLANK_IMAGE_URL );
     }
  }

But now they don’t show the loading icon anymore.
Is there any simple way to get it back?

  • 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-17T06:25:33+00:00Added an answer on June 17, 2026 at 6:25 am

    Seems like the icon property was not set in the first place and the new one would override all icons (folder, file AND load) so I build 2 handlers, which remove the property while loading and add it back afterwards.

    append: function( oParentNode, oAppendedNode ) {
      oAppendedNode.set( 'icon', Ext.BLANK_IMAGE_URL );
    
      oAppendedNode.on( 'beforeexpand', function() {
        oAppendedNode.set( 'icon', null );
      } );
    
      oAppendedNode.on( 'expand', function() {
        oAppendedNode.set( 'icon', Ext.BLANK_IMAGE_URL );
      } );
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an asp.net mvc project, and I replaced the default css the wizard
Can I change the default icon used on a Winform? Most of my forms
Symfony2's default SessionCsrfProvider can be replaced with another service that implements CsrfProviderInterface . However,
We just upgraded to Rails 3. We replaced the default rails.js file with the
By default, while sorting, items are replaced (for example, if I take the third
I need to change the default sort icons for the jqgrid . Currently it
Java Swing applications by default have the Java coffee cup icon appear in the
I tried to replace jqgrid default delete icon in toolbar and in actions column
I have created a package using PackageMaker and want to change the default icon
I am developing a Contacts Application for Android. Now how can I replace Default

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.