window seem as showModalDialog

  1. #1

    window seem as showModalDialog

    Hi,
    i want to open a new window without the backgroud page. it seem as showModalDialog.
    How can i do this?
  2. #2
    Hi,

    Setting Modal="true" on the Window should get you close to your requirements.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi,

    Setting Modal="true" on the Window should get you close to your requirements.
    Thank you. It's not my meanning.

    i mean that,the window is a page. if you close the page,the window still show.
  4. #4
    Quote Originally Posted by hihill View Post
    Thank you. It's not my meanning.

    i mean that,the window is a page. if you close the page,the window still show.
    This functionality is not supported by Ext.NET. If you close the browser Page, all Components rendered into that Page (including <ext:Window>'s) will be destroyed.
    Geoffrey McGill
    Founder
  5. #5
    Quote Originally Posted by geoffrey.mcgill View Post
    This functionality is not supported by Ext.NET. If you close the browser Page, all Components rendered into that Page (including <ext:Window>'s) will be destroyed.
    Thank you very much. i really like the Ext:window style. If the page's style same with the Ext:window, it'll be perfect!

    Maybe it will come true in the future.

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. how to use the window.showModalDialog
    By krishna in forum 1.x Help
    Replies: 2
    Last Post: Mar 15, 2011, 2:14 PM
  3. [CLOSED] Problem with HtmlEditor and showModalDialog
    By pumpkin in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 25, 2009, 10:11 PM
  4. Tabs are sliding up after ShowModalDialog
    By lazycoder in forum 1.x Help
    Replies: 3
    Last Post: Aug 03, 2009, 5:51 AM
  5. Replies: 10
    Last Post: Dec 15, 2008, 3:13 PM

Posting Permissions