I'm working with the Google Web Toolkit and I need to be able to print a specific panel (not the whole window) when the user clicks on the print button. I am able to set a variable containing the entire panel as an HTML string and what I need to figure out is how to send it to a printer, not as a string of HTML, but rather the panel that the HTML would render.
Bookmarks