Hi,
I want to navigate to another mashup when we select one node in tree widget.
Solved! Go to Solution.
You can write a service which takes in breadcrumbs(item selected from tree), and returns a navigation link based on the selection made, a simple if-then-else logic. This returned link can be bound to a navigation widget, which you can call on double click event from tree.
You can write a service which takes in breadcrumbs(item selected from tree), and returns a navigation link based on the selection made, a simple if-then-else logic. This returned link can be bound to a navigation widget, which you can call on double click event from tree.
Just wanted to follow up to see if your question has been answered. If so, please indicate Accepted Solution for the benefit of all of our Community Users. If not, please let us know your current status.
Thanks!
Leigh