Question

ModalBox BodyMask

Greetings,

When Im trying to add a Mask to a ModalBox it is adding it on the page behind the modalBox instead:

this.set("MaskId", Terrasoft.Mask.show({ timeout: 0 }));

this.set("IsGridEmpty", true);

this.set("IsGridLoading", true);

this.set("IsGridDataLoaded", false);

How can I add the Mask inside the ModalBox?

Like 0

Like

2 comments

"this" might be referring to the page not to the ModalBox.. If so How can i have a reference to the Modal Box?

Another possibility is that the z-index of the modalBox is more than the mask.. If this is the case how can I access the css of the mask?

Please specify the modal box selector in the "show" method as it is mentioned in the article by the link below. 

https://academy.bpmonline.com/api/jscoreapi/7.12.0/index.html#!/api/Terrasoft.controls.Mask

Show all comments