Skip to main content
1-Visitor
July 19, 2017
Solved

I want show label widget on Mashup conditionally visible.

  • July 19, 2017
  • 1 reply
  • 1670 views

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.

Best answer by supandey

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

1 reply

supandey5-Regular MemberAnswer
5-Regular Member
July 19, 2017

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