how to close a tab from that tab page ???

  1. #1

    how to close a tab from that tab page ???

    Hi,
    Onclicking on a particular link i am openning a new page as a tab item.
    Now that particular page has two buttons.

    Save and Cancel.
    On clicking the cancel button i want to close that page only.(the page that contains the button and opens as a tab item).
    Hope my query is clear.


    So, how to do that?
  2. #2

    RE: how to close a tab from that tab page ???

    So are you trying to close a Tab in a Tab Panel by clicking on a Cancel button within the Tab or a Cancel button within the Tab Panel's parent page? I'm confused by the term 'page' and can figure out which one you are talking about.

    -MindCore

  3. #3

    RE: how to close a tab from that tab page ???

    hi MindCore,
    You got me right.
    I am trying to close a Tab in a Tab Panel by clicking on a Cancel button within that Tab only.
    How to do that?


    The new tab i am openning shows a aspx page inside that. So, i mentioned Page.
  4. #4

    RE: how to close a tab from that tab page ???

    The way I've done this in the past was by creating a function in the parent page to close a tab by a given id. Then in the click handler of your cancel button on the tab page, you call this function by setting the handler to something like "parent.closeTab(tabId);" or "top.closeTab(tabId);". If I recall correctly, the parent prefix goes up one level and the top goes to the the very top level of the DOM.

    Of course there may be an easier way, unfortunately I'm not expert when it comes to javascript.

    -MindCore

Similar Threads

  1. How to close current tab(page)?
    By HzA in forum 1.x Help
    Replies: 7
    Last Post: Feb 21, 2013, 11:55 AM
  2. How to close the tab?
    By qch2006qch in forum 1.x Help
    Replies: 1
    Last Post: Dec 16, 2011, 4:13 PM
  3. Reacting to a tab close from a child page
    By costab in forum 1.x Help
    Replies: 4
    Last Post: May 31, 2011, 11:13 AM
  4. Close Page From Massage Box
    By nixjojo in forum 1.x Help
    Replies: 1
    Last Post: Dec 10, 2010, 6:48 AM
  5. Modify Tab/Close Tab & Close Other Tab
    By Smary in forum 1.x Help
    Replies: 7
    Last Post: Nov 05, 2010, 3:11 AM

Posting Permissions