I have a GWT web app with multiple GWT widgets and panels. I need to introduce a print preview functionality for my web page. In print preview the web page should display only plain text and hide all GWT UI generated code (tables , menus etc..)
开发者_Python百科I wonder what is the best approach to implement GWT Print preview functionality?
thanks much
I'd go with a stylesheet that accomplishes what you need, and switch it on for printing and print preview only.
精彩评论