Skip to main content
1-Visitor
January 31, 2018
Question

Print button.

  • January 31, 2018
  • 4 replies
  • 6692 views

Hi,

How to print the  mashup using a button?

Please provide some documentation or some instruction on how to work on it.

Thanks,

V.Shalini.

4 replies

5-Regular Member
February 1, 2018

shalini visveswaraiya​: You can review the existing thread with a sample Print Button extension and see if it works for you.

-Durgesh

1-Visitor
February 1, 2018

Hi Durgesh Patel,

I tried that but it doesnt work for me.

On import it throws error.

How should I proceed?

5-Regular Member
February 1, 2018

shalini visveswaraiya​: At this moment, we do not have a standard extension with this functionality so you might need to build a custom extension with required functionalities.

-Durgesh

Ascherer17
16-Pearl
March 29, 2018

If you are looking to bring up the browser print functionality (like when you press CTRL+P), I was able to get this to show up using a Link widget with the SourceURL property set to:

<a href="#" onclick="window.print();return false;">Print this page</a>

When you click the link in the mashup, it pulls up the browser's print dialog.  I was using Thingworx 7.1.

5-Regular Member
April 5, 2018

Hello, V.Shalini.

 

Have the posts by Durgesh helped you resolve this issue? If so, please mark this as an Accepted Solution for the benefit of the rest of the Community. If there is still an issue, please let us know.

 

Thanks,

 

-- Craig A.

Ascherer17
16-Pearl
September 4, 2018

You can also use an Expression widget with "print()" in the Expression field (no quotes " ").  Then trigger the expression using a button.

Community Manager
November 27, 2018

Hi @svisveswaraiya_285988.

 

If one of the previous posts provided a solution to your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon