Im new to PTC Thingworx and I created a child mashup. To load it, I made it a popup of my main mashup. I put a close button inside the child mashup and wants to close the popup. Not sure how to do this, appreciate if you could help me with this.
Solved! Go to Solution.
In your popup-mashup you can bind the button click event to the mashup "CloseIfPopup" action
Hi @JY_11008628 , There's a checkbox in Navigation widget that's ClickOutsideToClose, thus you don't even need a Button outside the Popup, just click anywhere but inside.
In your popup-mashup you can bind the button click event to the mashup "CloseIfPopup" action