[CLOSED] Z-Index for a Window

  1. #1

    [CLOSED] Z-Index for a Window

    Good Morning all

    I need to control the 'Z-Index' of a Window !

    We use a Page with 3 User Controls. One of this Controls provides a Window for a Dialog. This Windows pop's up in it's User Control and misalignes the content of the other Controls.

    How can I open the Window 'on top' of all Controls ?

    Thanks for the Help
    Peter
    Last edited by Daniil; Sep 01, 2015 at 10:59 PM. Reason: [CLOSED]
  2. #2
    Hi Peter,

    By default, a Window should appear on front if you don't use iframes. Do you use iframes?

    and misalignes the content of the other Controls
    Misalignes? Please elaborate.

    I need to control the 'Z-Index' of a Window !
    You can try with
    App.Window1.setZIndex(5000);
    but that is a private thing
    http://docs.sencha.com/extjs/4.2.1/#...thod-setZIndex

Similar Threads

  1. Set z index
    By yash.kapoor in forum 2.x Help
    Replies: 5
    Last Post: Nov 27, 2012, 7:29 AM
  2. About the model window z-Index's problem
    By PeerLessSoul in forum 2.x Help
    Replies: 2
    Last Post: Nov 05, 2012, 8:17 AM
  3. [CLOSED] Modal Window does not open with the correct z-index in desktop
    By Labyrinth in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 08, 2011, 6:53 PM
  4. Replies: 5
    Last Post: Sep 14, 2010, 12:43 PM
  5. Replies: 0
    Last Post: May 22, 2009, 7:59 AM

Posting Permissions