[CLOSED] View Panel, Dynamically Loaded Content in Center Panel, need to refresh content in West Panel

  1. #1

    [CLOSED] View Panel, Dynamically Loaded Content in Center Panel, need to refresh content in West Panel

    Hi,
    Subject pretty much sums it up.
    I have a view port, where the center panel is dynamically loaded using the loader, and when a user takes an action in that dynamically loaded page, I need to send parameters over to the dynamically loaded content in the west panel, so that it refreshes.

    I've tried:

    window.parent.pnlWest.getLoader() but I get "getLoader()" doesn't exist.
    parent.pnlWest.getLoader() but I get "getLoader()" doesn't exist.
    Ext.getCmp('panel.pnlWest').getLoader()... same.

    I'm sure there is a way to do it, I just can't seem to travel the DOM to get to what I need!
    Last edited by Daniil; Aug 31, 2013 at 9:10 AM. Reason: [CLOSED]
  2. #2
    Hi @rthiney.

    Maybe, this one:
    window.parent.App.pnlWest.getLoader()
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @rthiney.

    Maybe, this one:
    window.parent.App.pnlWest.getLoader()

    LOL...figures. thanks ;)

Similar Threads

  1. Replies: 1
    Last Post: Oct 26, 2012, 8:52 AM
  2. [CLOSED] Hiding tab panel content dynamically
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 18, 2012, 6:43 PM
  3. Replies: 22
    Last Post: May 04, 2012, 11:49 AM
  4. Dynamically created panel content
    By reiben in forum 1.x Help
    Replies: 0
    Last Post: Jun 14, 2011, 7:07 AM
  5. Refresh ext:Panel content
    By reiben in forum 1.x Help
    Replies: 3
    Last Post: Mar 29, 2011, 5:01 PM

Posting Permissions