Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5806

How to add a Print Button to a modal

$
0
0

@KeithR wrote:

I would like to add a print button to my modal which collates some data.

<button onclick="myFunction()">Print this page</button>

<script>
function myFunction() {
    window.print();
}
</script>

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5806

Trending Articles