Modify Tab/Close Tab & Close Other Tab

  1. #1

    Modify Tab/Close Tab & Close Other Tab

    Hello:

    How to modify the text? Tab/Close Tab & Close Other Tab
  2. #2
    Hi,

    Please clarify where is this text?
  3. #3
    BorderLayout layout with the left side of the page tree node click the right tab when the dynamic
    Load tab, I mean that in the tab right-click menu that appears.
  4. #4
    I'm still don't understand where this text is.

    Could you provide a sample code, screen-shot or the example's link?
  5. #5
    thank you daniil

    I actually want to modify the text in this picture

    Click image for larger version. 

Name:	TT截图未命名1.jpg 
Views:	89 
Size:	4.3 KB 
ID:	1843
    Click image for larger version. 

Name:	TT截图未命名2.jpg 
Views:	95 
Size:	38.8 KB 
ID:	1844

    The location of the text is in English, the language to know that our customers very friendly, so I decided to change it. Thank you!
  6. #6
    There are text properties on the <ext:TabCloseMenu> Plugin.

    Example

    <ext:TabCloseMenu CloseOtherTabsText="aa" CloseAllTabsText="bb" CloseTabText="cc" />
    Geoffrey McGill
    Founder
  7. #7
    Thank you very much, geoffrey.mcgill.
    You're awesome.
    Again to help me solve a problem?
    Calgary is in the options contained within the page can call methods within the framework?
    function addTab(tabPanel, id, url, title) {
         var tab = tabPanel.getComponent(id);
        if (!tab) {
            tab = tabPanel.add({
                id: id,
                title: title,
                closable: true,
                autoLoad: {
                    showMask: true,
                    url: url,
                    mode: 'iframe',
                    maskMsg: '正在加载模块【 ' + title + '】,请稍候'
                }
            });
        }
        tabPanel.setActiveTab(tab);
    }
    Last edited by Smary; Nov 05, 2010 at 3:10 AM.
  8. #8
    If you change the topic of the thread, please start a new thread.

    As well, I was not able to understand your request.
    Geoffrey McGill
    Founder

Similar Threads

  1. How to close the tab?
    By qch2006qch in forum 1.x Help
    Replies: 1
    Last Post: Dec 16, 2011, 4:13 PM
  2. [CLOSED] Close Tab
    By majunior in forum 1.x Legacy Premium Help
    Replies: 28
    Last Post: May 24, 2011, 3:35 PM
  3. Close window
    By abis in forum 1.x Help
    Replies: 11
    Last Post: Dec 11, 2010, 9:50 AM
  4. close window
    By fren21 in forum 1.x Help
    Replies: 4
    Last Post: Jul 03, 2009, 3:47 AM
  5. how to close a tab from that tab page ???
    By joydeepsen in forum 1.x Help
    Replies: 3
    Last Post: Jun 09, 2009, 1:07 AM

Posting Permissions