Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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