jQWidgets Forums

jQuery UI Widgets Forums Navigation Tabs Tabs refresh from tab inner page

This topic contains 0 replies, has 1 voice, and was last updated by  assaf.frank123 11 years, 8 months ago.

Viewing 1 post (of 1 total)
  • Author
  • Tabs refresh from tab inner page #30990

    assaf.frank123
    Participant

    Hi,

    I have the following setup –
    1. JSP A with tabs defined. The tab content is dynamic by JSP B.
    2. JSP B – the content of the tab.
    3. JSP C – a popup from JSP B.

    I wish after the save on the popup (JSP C) and closing of the popup to perform an auto refresh of only this tab content (in order to show the newly saved data).
    I got an event on the closing of the popup in JSP B and now trying to access the parent in order to get access to the Tabs object.

    window.parent – does not work here.

    1. How do I access the parent page (JSP A) from the tab contents (JSP B)?
    2. How do I perform the refresh in JSP A? (I don’t understand how to use the setContentAt for this)?

    Many thanks.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.