I want to open new mashup by using button widget instead of navigation widget.
Solved! Go to Solution.
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
Hi @Ru
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
Hi @Ru
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
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
On the mashup it self. Both button and navigation widget on mashup. Make navigation widget hidden.
Thanks!!
hi
I am not able to understand where i drag the navigation widget, can you please help me with this?
Navigation widget has been deprecated. It has been replaced by Functions->Navigation. Refer this helpcenter documentation.
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.