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
7 views

Script Copy to clipboard an error (ajax + flash)

I liked the script that is installed on the site bit.ly - copy links to the clipboard and display a pop-up message on the successful operation. It was very interesting how it all works and I decided ...
0
votes
0answers
19 views

Does not work correctly copied to the clipboard (FLASH - zeroclipboard)

I liked the script that is installed on the site bit.ly - copy links to the clipboard and display a pop-up message on the successful operation. It was very interesting how it all works and I decided ...
0
votes
0answers
102 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
75 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
492 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
680 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 ...