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

Re: How to overlay hyperlink widget on button in thingworx studio?

Nils_isap
4-Participant

Re: How to overlay hyperlink widget on button in thingworx studio?

Your answer is close to that I'm searching for. Itried it in Home.js with:

 

else
{
window.location="https://isap.de/";
}

 

But then I can not return to my expirience. I only can scan it again. When using the hyperlink widget, there is an icon to return to the expirience.

 

How has the js code to look like, when i want the behavior of the hyperlink widget?

2 REPLIES 2
ytella
17-Peridot
(To:Nils_isap)

One alternative could be making the hyperlink widget look like a button by adding some css to it. Or you can use the "button" class under the Hyperlink widget Properties as shown below:

HyperLinkWidget.JPG

Hope this helps!

You can see how to use CSS and mentioned by @ytella in this post: How to attach link to the image button widget?

Top Tags