Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I have created a button with HTML code. Can we use button click event to navigate the mashup as pop up.
Hi Sathishkumar_C.
You can use the Navigation function (or Navigation widget if running a legacy version of ThingWorx) to bind it to the button.
Regards.
--Sharon
I'm using an HTML code to display a button. By clicking the button, i have to navigate or display the popup screen.
From Thingworx button widget, I'm able to navigate. But using HTML button, how to bind navigate function.
Hi @Sathishkumar_C.
Is there some reason you wouldn't want to use the button widget? I'm not sure this can be done using html.
Regards.
--Sharon
We are trying to embed HTML code in advanced grid. So, we are using HTML button.