Window closing issue

  1. #1

    Window closing issue

    Good day peeps,

    I have an aspx page "page1.aspx" which contains an <Ext:window> component. This ext:window component loads a second aspx page: "page2.aspx". When I press a button in page2.aspx, I want the <ext:window> in page1.aspx to close.
    I tried couple things but non worked.
    It'll be much appreciated if you can help me.

    Cheers :D:
  2. #2
    I think you may want to know that i'm using coolite community edition library version 0.8.
  3. #3
  4. #4
    vladimir, it's a little unclear in the mentioned thread :)
  5. #5
    var close = function () {
                   this.parent.EditWindow.hide();
               }
    Joe it's Solved

    Cheers:D:
    Last edited by geoffrey.mcgill; Sep 10, 2010 at 2:20 PM.

Similar Threads

  1. [CLOSED] closing window issue
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: May 11, 2012, 1:27 PM
  2. [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
  3. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  4. Problem closing a Window! :D
    By csn in forum 1.x Help
    Replies: 2
    Last Post: Jun 23, 2011, 4:09 AM
  5. Closing window
    By Egale in forum 1.x Help
    Replies: 1
    Last Post: May 15, 2011, 12:48 PM

Tags for this Thread

Posting Permissions