[CLOSED] Window within Window, make sure parent resizes to fit

  1. #1

    [CLOSED] Window within Window, make sure parent resizes to fit

    I have a window. I'm loading a panel inside dynamically to another page using Loader.
    In that page, I'm opening another window.

    How can I make sure that second window resizes the parent to fit?
    Last edited by Daniil; Oct 08, 2013 at 6:47 AM. Reason: [CLOSED]
  2. #2
    Hello!

    I'm not sure what you mean but probably you should listen the resize event of the Window: http://docs.sencha.com/extjs/4.2.1/#...w-event-resize

    Also, you can use the show event: http://docs.sencha.com/extjs/4.2.1/#...dow-event-show
    Last edited by Daniil; Oct 04, 2013 at 4:34 AM.
  3. #3
    Hi everybody,

    @rthiney, do you use Mode="Frame" for the Loader? If yes, you create a Window within an iframe. That Window cannot exceed the iframe's size.

    The only way is to create a Window on the parent page. Here are some suggestions regarding it.
    http://forums.ext.net/showthread.php...ll=1#post73736

Similar Threads

  1. [CLOSED] Problem: Closing Maximized Window will loose parent window scrollbar
    By tlfdesarrollo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 19, 2012, 8:51 PM
  2. Replies: 6
    Last Post: Feb 15, 2012, 4:15 PM
  3. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  4. [CLOSED] Button event is not firing in parent window from popup window
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 14, 2011, 7:35 PM
  5. Replies: 1
    Last Post: Mar 14, 2011, 4:20 PM

Posting Permissions