Tagged Questions

0
votes
0answers
47 views

Error using ZeroClipboard js script in IE

http://pasite.org/code/281?theme=lazy im getting error, which i dont get on firefox or chrome. it says on line 235 this.movie.setText( this.clipText ); this.movie.setHandCursor( …
0
votes
3answers
57 views

zeroClipboard complex css problem

i have list of images and on mouse over there is option box shows under it, which has embeded code input box to copy from. now i implemented zeroclipboard on it, for making copy function work on …
0
votes
1answer
107 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 …
0
votes
1answer
43 views

Using ZeroClipboard with Dijit.Menu to provide copy functionality

Hi, 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 …
0
votes
1answer
630 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. …