GWT Programatically Save Panel to Image -


i able save contents of decorator panel sort of image format. have ideas of how either take screen shot , save or how export panel imae format?

try using html2canvas. gwt panel html element javascript handle layout.

you can find html2canvas here: http://html2canvas.hertzen.com/


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -