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
0
votes
1 answer

Yellow border on hover using ZeroClipboard

I have the following code generating a ZeroClipboard element for me: RunClipboardClient: function (elementSelector) { var client = new ZeroClipboard($(elementSelector)); client.on("load", function (client) { …
Dumpen
  • 1,622
  • 6
  • 22
  • 36
0
votes
1 answer

Rails ZeroClipBoard Copy to clipboard not working

In my rails app I want to use ZeroClipboard to copy a text in the clipboard. There is my code : var clip = new ZeroClipboard($('#copy-clipboard'), { moviePath: "/ZeroClipboard.swf", }); $('#copy-clipboard').click(function() { //…
F4Ke
  • 1,631
  • 1
  • 20
  • 49
0
votes
1 answer

How to copy the value of datagrid column easyui

RezaM
  • 167
  • 1
  • 1
  • 11
0
votes
1 answer

ZeroClipboard JavaScript library throws Uncaught Error: Error calling method on NPObject while hovering on the flash object

I am trying to copy content to clipboard using ZeroClipboard, it seems a good library. But I am getting the error 'Error calling method on NPObject.' when the copy button (a flash) is hovered. Seems like a flash security problem. But I am able to…
Hussain
  • 73
  • 1
  • 1
  • 11
0
votes
1 answer

zClip set encoding/type of whats copied to clipboard

Im using zclip as a way of allowing a user to copy data to their clipboard. One way Im using this is to return a HTML formatted table of data. When pasting this into an email though, it pastes the HTML code. However if I copy the data from a…
Doug McK
  • 468
  • 5
  • 15
0
votes
1 answer

Assistant getting ZeroClipboard to work

I have read the wiki in the plugin page, searched and researched but i still cant get zropClipboard to work... i am not getting any javascript error... the text is being alerted correctly but wont get to my clipboard This is my code: var clip =…
Sagive
  • 1,699
  • 1
  • 24
  • 34
0
votes
1 answer

Format text for multiple elements using ZeroClipboard?

I'm trying to use ZeroClipboard to copy and format two elements for line breaks on a page using the following: