Tagged Questions
3
votes
1answer
77 views
Is there any movement in the standards body to support a safe way to copy to the clipboard?
It seems like a general purpose need on the web that a page can copy something to the user's clipboard if the request is initiated by the user (not just by some script). A classic example is ...
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
23 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
37 views
How can i use zeroClipBoard with CuteSoftEditor for Firefox?
I need to implement copy-paste in CuteSoft Editor and the only valid solution seems to be zeroclipboard.
How can I implement the CLick in the ContexMenu and the Toolbar Copy button click
0
votes
0answers
236 views
Javascript/css: Zeroclipboard hovering problem in google chrome
I am hoping to use multiple zeroclipboard divs like the demo here:
http://bowser.macminicolo.net/~jhuckaby/zeroclipboard/multiple.html
In google chrome, if I hover over the elements in the first 2 ...
0
votes
1answer
249 views
How to Copy to Clipboard in JavaScript and make it HTML?
I found some nice solutions here on how to copy text in JavaScript to the clipboard in:
How to Copy to Clipboard in JavaScript?
But is there any way to give it a type? Want I want is to paste to ...
0
votes
1answer
498 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;">
...