Skip to main content
14-Alexandrite
June 8, 2020
Solved

How i bind whole mashup to button widget?

  • June 8, 2020
  • 10 replies
  • 3035 views

I want to open new mashup by using button widget instead of navigation widget. 

Best answer by BABA-SHYAM

Hi,

 

Drag a navigation widget, make it invisible, attach the mashup name to it. 
Now Drag a button, drag the click event of button the the navigation. Now on button click, it will open the mashup.

Regards

Shyam

10 replies

19-Tanzanite
June 8, 2020

Hi @Ru_01 

 

If you are using release 8.5.x of ThingWorx, you can use the Navigation function and bind the Clicked event of the Button to the Navigate action of the function.

 

Hope this helps

Christophe

Ru_0114-AlexandriteAuthor
14-Alexandrite
June 8, 2020
I am using 30 days free trial
19-Tanzanite
June 8, 2020

Hi @Ru_01 

 

If you use the trial edition you would be in 8.5, in which case you can use the Navigation function as opposed to Navigation widget.

 

Regards

Christophe

15-Moonstone
June 8, 2020

Hi,

 

Drag a navigation widget, make it invisible, attach the mashup name to it. 
Now Drag a button, drag the click event of button the the navigation. Now on button click, it will open the mashup.

Regards

Shyam

Ru_0114-AlexandriteAuthor
14-Alexandrite
June 8, 2020
Where should i drag navigation?

15-Moonstone
June 8, 2020

On the mashup it self. Both button and navigation widget on mashup. Make navigation widget hidden.

16-Pearl
June 8, 2020

Navigation widget has been deprecated. It has been replaced by Navigation Function. You can create one by navigating to Functions tab-> +. Function Type = Navigation. You will find Functions tab in the bottom right of your mashup builder screen. Functions documentation.