I want to change the opacity of mask behind the modal window. I want to make it opaque. And this is to be donw only for one window. Can someone tell me how I can do it? I tried
this.getEl().setOpacity(1);
this.mask.setStyle('opacity', 1);
this.el.mask().setStyle('opacity',1);
I tried these three codes but none of them worked.