HtmlPanel Print

0
0

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

  • You must to post comments
0
0

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

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.