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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Configure Menu to Open the Same Mashup with Different Mashup Parameter Values

wsuen
6-Contributor

Configure Menu to Open the Same Mashup with Different Mashup Parameter Values

Hello,

Based on what was click on the menu, I want it to open a mashup that has a parameter. If I click on item1 on the menu, mashup1 with open with the mashup parameter with a value of item1 . And if i clicked on item2 on the menu, mashup1 with open with the mashup parameter with a value of item2.

Thanks,

Wendy

1 REPLY 1
PaiChung
22-Sapphire I
(To:wsuen)

Not sure what you are using for your Menu, but the Widget should have a 'selected value' associated with it, either from the Widget or from the Data Source.

Use that to tie into the Mashup parameter of the mashup being opened, that will be available in the Navigation widget.

So

mashup - add mashup parameter

parent mashup - add nav widget

nav widget - select mashup to open

widget being clicked, take selected value drop on nav widget bind to mashup parameter

widget clicked event, drop on nav widget to navigate service

Top Tags