flash - Copy to clipboard or download image of widget from web-app -


i'm using gwt develop web-app , want user able image of chart displayed. specific widget linechart (com.google.gwt.visualization.client.visualizations.corechart.linechart).

the user should able copy contents of chart clipboard (as image) or download image of widget.

i read zeroclipboard uses invisible flash movie copy text clipboard. there similar can used more text?

my current work around provide imagelinechart (com.google.gwt.visualization.client.visualizations.imagelinechart) user can right-click save image. though don't since requires opening new chart in popup (so user can click on it) , imagelinechart looks different original linechart.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -