on 2023 Nov 14 1:40 PM
I am trying to hide a second master page based on some conditions but it is not getting hidden. Content is removed but page still appears as blank page.
I am using below scrip in page2 as below in all the 3 events - initialization, ready:form and ready:layout
if ( CARRIER.rawValue == "X" )
{
$.presence = "visible";
}
else
{
$.presence = "hidden";
}
What can be missing here?
Request clarification before answering.
Hi Tomas
I tried solution suggested by you but unfortunately I get same result
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.