Skip to main content
1-Visitor
October 10, 2018
Question

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

  • October 10, 2018
  • 2 replies
  • 1133 views

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

    17-Peridot
    October 10, 2018

    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!

    16-Pearl
    October 10, 2018

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