cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

I want show label widget on Mashup conditionally visible.

rhole
1-Newbie

I want show label widget on Mashup conditionally visible.

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.

1 ACCEPTED SOLUTION

Accepted Solutions
supandey
19-Tanzanite
(To:rhole)

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

View solution in original post

1 REPLY 1
supandey
19-Tanzanite
(To:rhole)

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

Top Tags