Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Greetings,
Do any Thingworx widgets allow you to navigate to an external web application?
For example, click a button to go to another web application
Solved! Go to Solution.
That depends on what you'd call another web app.
If you want to redirect to another URL with a Button, just add a link widget into the mashup, hide it, and bind the click event of the button to navigate service of link widget.
Or you can create a new responsive mashup, put the web frame widget into it and call that mashup with navigation widget which is more or less a button.
Be careful though, since web frame widget is basically HTML iframe, some sites will not work in it. Hope I helped.
Tomas
That depends on what you'd call another web app.
If you want to redirect to another URL with a Button, just add a link widget into the mashup, hide it, and bind the click event of the button to navigate service of link widget.
Or you can create a new responsive mashup, put the web frame widget into it and call that mashup with navigation widget which is more or less a button.
Be careful though, since web frame widget is basically HTML iframe, some sites will not work in it. Hope I helped.
Tomas
Ok....feeling pretty dumb right now. I was so focused on the Navigation widget, i didn't see the Link widget.
Thanks.
That happens to all of us from time to time
Glad I helped.