Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I want show label widget on Mashup conditionally visible true or false by calling services in Javascript.
How i can access this label widget instance in javascript and hide and show on mashup.
Solved! Go to Solution.
Hi Rajanikant, you can enable/disable the visibility by returning boolean result from your JS service and could bind it to the Visible property value for the label widget.
Do correct me if this not what you are looking for
Hi Rajanikant, you can enable/disable the visibility by returning boolean result from your JS service and could bind it to the Visible property value for the label widget.
Do correct me if this not what you are looking for