Skip to main content
1-Visitor
December 13, 2017
Solved

How do we bind a functionality with a button for which onClick of the button goes to another view of the project in Thingworx Studio

  • December 13, 2017
  • 1 reply
  • 1709 views

I have scenario where in there's a pop up display having OK button, on click of this button takes me to another view. How can I do this?

Best answer by tmccombie

Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.

1 reply

tmccombie21-Topaz IAnswer
21-Topaz I
December 13, 2017

Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.

Desai1-VisitorAuthor
1-Visitor
December 14, 2017

Thank you for the info.