[CLOSED] How to present a modal mask spanning the entire page?

Page 2 of 2 FirstFirst 12
  1. #11
    Seems I was not clear here:

    A single way to expand a modal mask on the whole page is creating a Window on the parent's page level.
    Well, a mask on a parent page will cover everything within a frame and I can't see any way to avoid it.
    Repeat myself, but rephrasing: it's impossible to create a Window within a frame, but expand a mask on a parent page. Impossible on HTML level.

    There are the following possible solutions how to create a Window on parent page.

    1. Via JavaScript. The link in the post #2.

    2. Calling a parent page's DirectMethod where you can render a Window this way:
    https://examples1.ext.net/#/XRender/Basic/New_Window/

    As well, a Window might be placed in a user control.

    3. JavaScript + Server within a frame's context.
    3.1. Calling a DirectEvent/DirectMethod
    3.2. Creating a Window instance
    3.3. Getting its config calling the ToConfig method
    3.4. Passing that config as a response
    3.5. Creating a Window in JavaScript within a DirectEvent/DirectMethod Success handler using a config from the response

    Regarding to:
    If the modal window is to be placed on the parent page, it would be difficult for me to do all the processing there where in fact it all belongs in the context of the child page.
    Well, yes, it might be a problem. Generally, it would be best to move any logic from a page to, for example, Web Service. This way you would make your code more flexibility.
    Last edited by Daniil; Jun 15, 2012 at 2:17 PM.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] Modal desktopwindow and event mask
    By CSG in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Nov 24, 2011, 9:03 PM
  2. [CLOSED] Mask not covering the modal window
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 20, 2011, 3:46 PM
  3. Window overlay entire Portal page
    By JsonTerre in forum 1.x Help
    Replies: 1
    Last Post: Mar 28, 2011, 11:47 AM
  4. Replies: 7
    Last Post: Feb 01, 2011, 6:41 AM
  5. [CLOSED] Move Window in viewport to entire page
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 06, 2008, 6:48 AM

Tags for this Thread

Posting Permissions