Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi,
I have a scenario where in a mashup I am displaying a set of data like running status in minutes, stop status in minutes and etc. In pop up, I wanted to display the same details which is in the mashup.
How can I make it possible.
Please provide some help.
Thanks,
V Shalini.
Hello Shalini,
This is the way how I would do that, I don't know if there is a better way.
First, I use a Navigation widget, to open the pop-up. To do this select "Popup" in target window property of this widget.
Then you create a static mashup to be the popup. And you define parameters mashups and use these parameters to fulfill your widgets.
When you pass this mashup to the navigation link, it will have this parameters to you bind.
A more detailed way how to do this is in this topic: Leveraging Popup Mashup Functionality (Grid Editing Example)
Thanks,
Vinícius.