Hello.
I have been using the window.print() for quite some time and always works fine but today I am trying to print a modal page that scrolls because the content is larger than the window height..
And I noticed that it only prints whats on screen, after inspecting the model form seems to me that the contest is dynamic as it not showing the full source, just whats on display.
Does anyone know how to print the whole content of a Modal page?
See app https://apex.oracle.com/pls/apex/f?p=122484 (no authentication) and press the modal page button, you will see the modal page populated with rows and 2 seconds later the Operating System Print function will show the print output.
In the print output you will notice that is just what was on the screen and not the whole contents of the modal page.
Note: I have played with the scale and seems to do the trick to some extent but is trying to cram all on just one page so looks weird and at some point is just too small the text.
Does anyone have any tricks on how to print such modal page??
Any help would be greatly appreciated.
-Gaspar