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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

detect a radiobuttonlist widget change from repeater to parent

MichalC
6-Contributor

detect a radiobuttonlist widget change from repeater to parent

Hi,

 

I have a mashup with a value display and a repeater below it.

 

Once a radiobuttonlist widget is changed in the repeater, I want the service to refresh and update the value display. The service is in the main mashup. So how to trigger the service refresh in parent mashup from repeater.

 

I tried expression widget with this: 

 $('#radiobuttonlist-9').click(function(){output=true});

 

but nothing is happening, is this possible?

 

TW.JPG

 

 

 

2 REPLIES 2

I think you can achieve this using a session property and binding the value of the radiobutton to it..

 

After that, you just have to bind the event [sessionProperty]Changed to the service you want to call and  it should work.

 

 

slangley
23-Emerald II
(To:egolindano)

Hi @MichalC.

 

If the response provided by @egolindano answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

Top Tags