How to use zIndex in extjs









up vote
2
down vote

favorite












Ext.onReady(function() 
Ext.create('Ext.panel.Panel',
title:'MAin Panel',
renderTo:Ext.getBody(),
height:600,
width:600,
bodyStyle:
background: 'yellow',
position:'absolute ',
'z-index': -1
,
items:[

xtype: Ext.create('Ext.window.Window',
height : 500,
width : 500,
id:'abc',
items : [

xtype : 'button',
text : 'Open',
handler : function()
/* w2.showAt(450,300);
w1.disable(); */

,

xtype:'panel',
title:'Inner Panel',
height:200,
width:200,
style:
position:'absolute ',
'z-index': 2


],
bodyStyle:
background: '#000000',
opacity: 0.7,

,
style:
position:'absolute',
'z-index': 1


)




]



);
Ext.getCmp('abc').show();
w1.setTitle('Window 1');
w1.show();
);


I have the above code, and I want that "Inner Panel" should come over window "abc", and the opacity attribute should not apply on "Inner Panel". Child components of window "abc" is also getting the opcaity. I have tried the style: position:'absolute', 'z-index': 1, same code is working html,but not in extjs.










share|improve this question























  • possible duplicate of How sets z-index to Ext.Panel (ExtJS)?
    – CD..
    Oct 17 '12 at 13:50














up vote
2
down vote

favorite












Ext.onReady(function() 
Ext.create('Ext.panel.Panel',
title:'MAin Panel',
renderTo:Ext.getBody(),
height:600,
width:600,
bodyStyle:
background: 'yellow',
position:'absolute ',
'z-index': -1
,
items:[

xtype: Ext.create('Ext.window.Window',
height : 500,
width : 500,
id:'abc',
items : [

xtype : 'button',
text : 'Open',
handler : function()
/* w2.showAt(450,300);
w1.disable(); */

,

xtype:'panel',
title:'Inner Panel',
height:200,
width:200,
style:
position:'absolute ',
'z-index': 2


],
bodyStyle:
background: '#000000',
opacity: 0.7,

,
style:
position:'absolute',
'z-index': 1


)




]



);
Ext.getCmp('abc').show();
w1.setTitle('Window 1');
w1.show();
);


I have the above code, and I want that "Inner Panel" should come over window "abc", and the opacity attribute should not apply on "Inner Panel". Child components of window "abc" is also getting the opcaity. I have tried the style: position:'absolute', 'z-index': 1, same code is working html,but not in extjs.










share|improve this question























  • possible duplicate of How sets z-index to Ext.Panel (ExtJS)?
    – CD..
    Oct 17 '12 at 13:50












up vote
2
down vote

favorite









up vote
2
down vote

favorite











Ext.onReady(function() 
Ext.create('Ext.panel.Panel',
title:'MAin Panel',
renderTo:Ext.getBody(),
height:600,
width:600,
bodyStyle:
background: 'yellow',
position:'absolute ',
'z-index': -1
,
items:[

xtype: Ext.create('Ext.window.Window',
height : 500,
width : 500,
id:'abc',
items : [

xtype : 'button',
text : 'Open',
handler : function()
/* w2.showAt(450,300);
w1.disable(); */

,

xtype:'panel',
title:'Inner Panel',
height:200,
width:200,
style:
position:'absolute ',
'z-index': 2


],
bodyStyle:
background: '#000000',
opacity: 0.7,

,
style:
position:'absolute',
'z-index': 1


)




]



);
Ext.getCmp('abc').show();
w1.setTitle('Window 1');
w1.show();
);


I have the above code, and I want that "Inner Panel" should come over window "abc", and the opacity attribute should not apply on "Inner Panel". Child components of window "abc" is also getting the opcaity. I have tried the style: position:'absolute', 'z-index': 1, same code is working html,but not in extjs.










share|improve this question















Ext.onReady(function() 
Ext.create('Ext.panel.Panel',
title:'MAin Panel',
renderTo:Ext.getBody(),
height:600,
width:600,
bodyStyle:
background: 'yellow',
position:'absolute ',
'z-index': -1
,
items:[

xtype: Ext.create('Ext.window.Window',
height : 500,
width : 500,
id:'abc',
items : [

xtype : 'button',
text : 'Open',
handler : function()
/* w2.showAt(450,300);
w1.disable(); */

,

xtype:'panel',
title:'Inner Panel',
height:200,
width:200,
style:
position:'absolute ',
'z-index': 2


],
bodyStyle:
background: '#000000',
opacity: 0.7,

,
style:
position:'absolute',
'z-index': 1


)




]



);
Ext.getCmp('abc').show();
w1.setTitle('Window 1');
w1.show();
);


I have the above code, and I want that "Inner Panel" should come over window "abc", and the opacity attribute should not apply on "Inner Panel". Child components of window "abc" is also getting the opcaity. I have tried the style: position:'absolute', 'z-index': 1, same code is working html,but not in extjs.







extjs4.1






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 18 '12 at 5:39









Kjuly

28.2k2289106




28.2k2289106










asked Oct 17 '12 at 13:47









user980343

1114




1114











  • possible duplicate of How sets z-index to Ext.Panel (ExtJS)?
    – CD..
    Oct 17 '12 at 13:50
















  • possible duplicate of How sets z-index to Ext.Panel (ExtJS)?
    – CD..
    Oct 17 '12 at 13:50















possible duplicate of How sets z-index to Ext.Panel (ExtJS)?
– CD..
Oct 17 '12 at 13:50




possible duplicate of How sets z-index to Ext.Panel (ExtJS)?
– CD..
Oct 17 '12 at 13:50












1 Answer
1






active

oldest

votes

















up vote
0
down vote













I suggest you to use ZIndexManager.



First, register all of your containers and then use bringToFront method to show the container you want.






share|improve this answer




















    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f12935846%2fhow-to-use-zindex-in-extjs%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I suggest you to use ZIndexManager.



    First, register all of your containers and then use bringToFront method to show the container you want.






    share|improve this answer
























      up vote
      0
      down vote













      I suggest you to use ZIndexManager.



      First, register all of your containers and then use bringToFront method to show the container you want.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        I suggest you to use ZIndexManager.



        First, register all of your containers and then use bringToFront method to show the container you want.






        share|improve this answer












        I suggest you to use ZIndexManager.



        First, register all of your containers and then use bringToFront method to show the container you want.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 17 '12 at 18:32









        Wilk

        3,25773356




        3,25773356



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f12935846%2fhow-to-use-zindex-in-extjs%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Darth Vader #20

            How to how show current date and time by default on contact form 7 in WordPress without taking input from user in datetimepicker

            Ondo