Talk:Printing
From OpenLaszlo
Printing a page can be done by typing: LzBrowser.loadURL("javascript:window.print()");
If I have a (say) order confirmation screen, I'm OK with writing a printable JSP that pops up in a browser window, with a summary of the order.
What most valuable to me is to print items that are on the page, but hidden as a result of view clipping (e.g. a text field that you have to scroll to be able to view). In other words, have the Laszlo app automatically expose everything that is outside of its clipping regions, before printing, so that I can print any Laszlo app.

