Hi,
I have a HtmlPanel with very long html and it will be printed on multiple pages. How can I print all html? I tried Application.Print but it prints only visible part of HtmlPanel.
Thank for you help.
Page
Application.Print() is for Wisej widgets and uses the browser’s window.print(). For custom HTML you have to create a window and print it.
See https://stackoverflow.com/questions/2255291/print-the-contents-of-a-div
Please login first to submit.