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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:43:26+00:00 2026-06-02T23:43:26+00:00

var tabPanel = Ext.getCmp(‘tabPanel’); for(var i=1; i<tabPanel.items.length; i++) { tabPanel.items.removeAt(i); i–; } tabPanel.doLayout(); I’m

  • 0
var tabPanel = Ext.getCmp('tabPanel');
for(var i=1; i<tabPanel.items.length; i++)
{
    tabPanel.items.removeAt(i);
    i--;
}
tabPanel.doLayout();

I’m trying to remove all the tabs (except the first one) from the tabPanel.
This code is doing that. I checked it using firebug.

But still, it is not reflecting in the UI.
Isn’t doLayout() enough?

  • 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-02T23:43:28+00:00Added an answer on June 2, 2026 at 11:43 pm

    Instead of calling

    tabPanel.items.removeAt(i);
    

    Call

    tabPanel.remove(tabPanel.items.getAt(i));
    

    Then you’re telling the container instead of the mixed collection to remove the tab

    Another way to do it is

    tabPanel.removeChildEls(function(tab){
      return tab != tabPanel.items.first();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following Ext.TabPanel: var modules_info_panel = new Ext.TabPanel({ activeTab: 0, defaults:{autoScroll:true}, //layout:
I have the following tab definition: var viewport = new Ext.Viewport({ layout: 'fit', items:
var thumbs = document.getElementsByTagName(img); for (var i=0; i<thumbs.length; i++) { Core.addEventListener(thumbs[i], click, function() {alert(i);});
var fields = ['firstName', 'lastName', 'address', 'postCode', 'email', 'phone', 'dob']; for (var i=0; i<fields.length;
I have a tabpanel with items of nestedlists. Each nested list goes several levels
var a = [1,4,5]; var e = a.length--; Here e variable will contain 5.
I have created a FormPanel with a TabPanel with several tabs. The background color
is there are any way to disable all child items on Extjs4 tab panel,
This is my application architecture. var loginView = Ext.create('Ext.Panel',{ id: 'LoginView', ..... }); var
I'm really new to the MVC pattern in Ext. I have a tabpanel with

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.