How to close all tabs in TabPanel

  1. #1

    How to close all tabs in TabPanel

    Hi,

    I wish to close all tabs in a TabPanel? TabPanel1.closeTab(tab) is for single tab.....

    thank you in advance
  2. #2
    Hi,

    There is the TabCloseMenu plugin in Ext.Net.
    <Ext.Net root>\Ext.Net\Build\Ext.Net\ux\plugins\tabclosemenu\tabclosemenu.js
    You can investigate its sources or just use it.

    Please see how it looks:
    https://examples1.ext.net

    Open any example and right click on a tab element.
  3. #3
    Thank you. It is very helpfull
  4. #4

    A Simple Way to show ContextMenu for tabs close for tabpanel.

    Quote Originally Posted by Daniil View Post
    Hi,

    There is the TabCloseMenu plugin in Ext.Net.
    <Ext.Net root>\Ext.Net\Build\Ext.Net\ux\plugins\tabclosemenu\tabclosemenu.js
    You can investigate its sources or just use it.

    Please see how it looks:
    https://examples1.ext.net

    Open any example and right click on a tab element.
    Hi,
    I have a tabpanel on my page. I just added a predefined plugin and its working fine for me. It may be useful for any one who needs it.

    <ext:Viewport ID="Viewport1" runat="server" AutoHeight="true" AutoWidth="true" Layout="FitLayout">
                <Items>
                    <ext:TabPanel ID="tpTabs" runat="server" Collapsible="false" Region="Center" EnableTabScroll="true">
                        <Plugins>
                            <ext:TabScrollerMenu PageSize="5" MaxText="100" />
                            <ext:TabCloseMenu />
                        </Plugins>
                    </ext:TabPanel>
                </Items>
            </ext:Viewport>

    Regards,
    Santhosh Kumar G

Similar Threads

  1. How to close tab on dblclick in tabpanel?
    By nanlinfeixue in forum 1.x Help
    Replies: 3
    Last Post: Jan 23, 2013, 4:01 AM
  2. [CLOSED] Cannot cancel tab close in TabPanel
    By Fredrik in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 14, 2012, 12:58 PM
  3. how to close the tabpanel's tab?
    By zg_ivan in forum 1.x Help
    Replies: 2
    Last Post: Dec 13, 2010, 5:25 AM
  4. How to close tabpanel's tab in other window
    By fenya_616 in forum 1.x Help
    Replies: 1
    Last Post: Aug 05, 2010, 7:19 PM
  5. Can a Tab close itself from TabPanel?
    By ydnah2 in forum 1.x Help
    Replies: 2
    Last Post: Aug 10, 2009, 7:17 AM

Tags for this Thread

Posting Permissions