Tagged Questions

3
votes
2answers
1k views

jQuery UI Dialog and Flash in IE

I've been trying to get Zero Clipboard and jQuery UI Dialog to play nice together, and it's proving to be rather difficult. Zero Clipboard allows copying to clipboard from Javascript by placing a ...
1
vote
1answer
2k views

How to load an Ajax response into clipboard using jQuery and ZeroClipboard?

I need a way to copy dynamically (Ajax) loaded content into the clipboard in a Web browser. There are many libraries out there that will mimic the copy-to-clipboard functionality using Flash. ...
0
votes
0answers
81 views

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

I'm using gwt to develop a web-app and I want the user to be able to get an image of a chart that is displayed. The specific widget is a LineChart ...
0
votes
0answers
70 views

ZeroClipboard doesn't load from a sub directory

In the setup instructions of zero clipboard (ZC) it says that if the files are in a sub directory then provide the url or the path to it so that your page can find it. ...
0
votes
1answer
446 views

Zero Clipboard Doesn't work when it's called dynamically

For coping to the clipboard I'm using Zero Clipboard, recommended by this answer. The code works perfectly fine when used in this form. <div id="d_clip_button" style="background: #FFFFCC;"> ...
0
votes
1answer
657 views

Using ZeroClipboard with Dijit.Menu to provide copy functionality

I have a webapp that (did) allows text to be copied using zeroClipboard, using a Dijit.Menu, by right clicking. The problem is that Flash 10 needs the user to click on the actual Flash applet to ...