Questions tagged [zeroclipboard]

Zero Clipboard is library that provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.

Zero Clipboard

The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.

This library is fully compatible with Flash Player 10, which requires that the clipboard copy operation be initiated by a user click event inside the Flash movie. This is achieved by automatically floating the invisible movie on top of a DOM element of your choice. Standard mouse events are even propagated out to your DOM element, so you can still have rollover and mouse down effects.

240 questions
2
votes
1 answer

Copy text with zero clipboard using button click

Just Noticed it works when I disable CSS Can anybody explain why? I am working on zero clipboard to copy the value of text box to the the clipboard. I am able to make it work on normal HTML page but when I apply same code on the aspx page it doesn't…
Amrit Sharma
  • 1,906
  • 8
  • 45
  • 75
2
votes
1 answer

How to make ZeroClipboard work with a single click?

I have a working example here http://enginiku.byethost17.com/stack.php What I want is to copy the data to clipboard based on the block clicked. That works perfectly fine. However the problem is I need to click on the block, move cursor away from the…
Navin Nagpal
  • 640
  • 10
  • 25
2
votes
4 answers

ZeroClipboard - copy text to clipboard not working

I want to try this DEMO to copy text to the clipboard by using ZeroClipboard. I have one local folder with the index.html, ZeroClipboard.js and ZeroClipboard.swf int it. but it does not work: //Script was loaded successfully. ...
Angrybambr
  • 220
  • 3
  • 10
2
votes
3 answers

ZeroClipboard - How to use

I'm using this one http://jonrohan.github.io/ZeroClipboard/ I spent this whole day figuring out how to use ZeroClipboard(ZC). I even read the instructions: https://github.com/jonrohan/ZeroClipboard/blob/master/docs/instructions.md and followed it…
Armesh Singh
  • 405
  • 2
  • 5
  • 12
2
votes
1 answer

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 allow this to happen now. I have tried to use the…
stumpy
  • 21
  • 2
2
votes
2 answers

Javascript - ZeroClipboard copied content doesn't get updated

I have 2 pre blocks, each of them is wrapped with a div and has a copy button.
copy
content of 1st pre
copy
content of 2nd…
user1643156
  • 4,407
  • 10
  • 36
  • 59
2
votes
1 answer

ZeroClipboard not working in a rails app (flash bridge error), works locally, off rails

I'm trying to use ZeroClipboard in a Rails project, and while the ZeroClipboard.min.js and ZeroClipboard.swf load just fine, when I hover over the div the Flash movie is attached to, I get this error (and nothing works). Uncaught TypeError: Object…
Isaac
  • 15,783
  • 9
  • 53
  • 76
2
votes
1 answer

Copy clipboard is working after twice button click using zclip

No idea why my below is not working on single click, It requires twice click to get copied.