HTML Text Area - Print Button
Hi,
We have a request to be able to print the page when a button on the Thingworx Dashboard is pressed.
I was checking, if possible, with the HTML Text Area widget, I was trying with below code and it was not working:
<!DOCTYPE html>
<html>
<head>
<title>Print Page Example</title>
</head>
<body>
<h2>This is a sample printable page.</h2>
<p>Click the button below to print this page.</p>
<button onclick="window.print()">Print This Page</button>
</body>
</html>
Thingworx Version: 9.7
Thanks,

