1. #1
    Sencha User
    Join Date
    Nov 2011
    Location
    Cuttack,Odisha,India
    Posts
    58
    Vote Rating
    1
    debabrata is on a distinguished road

      0  

    Default Answered: How to mask whole body except one panel ?

    Answered: How to mask whole body except one panel ?


    Is it possible to mask whole body except some panel ?

    I tried
    Ext.getBody().mask();
    somePanel.unmask();

    But it didn't work.

    Thanks in advance.


  2. #2
    Touch Premium Member
    Join Date
    Feb 2011
    Location
    NJ
    Posts
    244
    Vote Rating
    14
    Answers
    36
    droessner will become famous soon enough

      0  

  3. #3
    Sencha User
    Join Date
    Nov 2011
    Location
    Cuttack,Odisha,India
    Posts
    58
    Vote Rating
    1
    debabrata is on a distinguished road

      0  

    Default


    Thanks droessner for your quick response. I think this should solve my problem.