Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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