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
0 answers

zclip embedded zeroclipboardmovie container position not aligning with button

I'm having trouble aligning the clickable area for the zclip button with the actual button. This page shows the button with the problem: http://www.dropshiplounge.com/test-page/ This is the code I'm using for the zclip:
0
votes
1 answer

Bootstrap modal remote with ZeroClipboard

Im using twitter bootstrap 3.0s modal view to show an html which has zerclipboard implemented. [https://github.com/zeroclipboard/ZeroClipboard] This html has a button on click of which certain content is supposed to be copied to the clipboard via…
0
votes
0 answers

Extra spacing when pasting into MS Word

I'm using ZeroClipboard to copy data from a web page to the clipboard. Some processing is done on it like converting
tags to end of line characters. When the users copy and paste it into WordPad, the spacing is fine. When they do it in Word…
Mike Thomsen
  • 36,828
  • 10
  • 60
  • 83
0
votes
1 answer

ZeroClipboard - Using multiple elements

ZeroClipboard for single click copy. Both the links are giving the same output, rather than different. Demo link HERE OBJ1    OBJ2
abraj
  • 329
  • 3
  • 14
0
votes
2 answers

Why use Zeroclipboard?

I've read this https://github.com/zeroclipboard/ZeroClipboard And it says "The ZeroClipboard JavaScript library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie." But why? What purpose does it serve to copy the…
Merlin -they-them-
  • 2,731
  • 3
  • 22
  • 39
0
votes
0 answers

ZeroClipboard.js is conflict with jquery 1.7.1

In my website ZeroClipboard.js is conflict with jquery 1.7.1, So copy to clipboard process is not working. I am not a expert in jquery anyone please help me to correct the error. Here is link for with jquery 1.7.1 script website Click Here Here is…
0
votes
1 answer

how to use ZeroClipboard.js to copy static word when page load copy to clipboard

I want that when page load it auto copy the copy to clipboard Please check the code not working function attachFlash(code) { var clip = new ZeroClipboard.Client(); var myTextToCopy =…
0
votes
2 answers

Performance issue with zClip and multiple buttons

I added the zClip on my page which works pretty fine. My page currently has 100 buttons that put text on the clipboard (requirement). Unfortunately this causes a performance issue when the page loads. At the moment i use a code like the one below.…
Stephan
  • 696
  • 15
  • 37
0
votes
2 answers

Print Screen to Website

My user need to screen shot their error message throw my website. They should directly paste from clipboard in my website instead convert the jpeg. Preferable browser is Firefox. I try to use ZeroClipBoard but it works for words not images.…
chinna_82
  • 6,353
  • 17
  • 79
  • 134
0
votes
1 answer

ZeroClipBoard - copy text to clipboard

I want to copy string into clipboard on a function call or page load. Please see below code
Manu
  • 89
  • 1
  • 9
0
votes
1 answer

DataTables TableTools with Bootstrap on Multiple Tables

I have multiple tables displayed in one web page, being initialized by below code: /* Tables initialisation */ $(document).ready(function() { $('.dataTable').dataTable({ "sDom":…
eistrati
  • 2,314
  • 6
  • 26
  • 35
0
votes
3 answers

Zeroclipboard, triggered by any element with class="copy"

I've looked through this site along with many others and I can't see the answer anywhere. I currently have a site with multiple buttons and a preview pane. The text shown in the preview pane differs depending on the button that the user is…
Aero
  • 317
  • 1
  • 4
  • 15
0
votes
0 answers

Implement zeroclipboard functionality in twitter bootstrap framework

I am implementing zeroclipboard functionality in one of my projects using twitter bootstrap framework. My problem is that the code works well under one page but the same code does not work on the other. Although both the page have same header and…
0
votes
4 answers

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 click, so when i do mouse over on image, it shows the…
Basit
  • 16,316
  • 31
  • 93
  • 154
0
votes
1 answer

zeroclipboard-copy to clipboard not working

I am using zeroclipboard to copy some url. ZeroClipboard.setMoviePath(hostPath+'/scripts/ZeroClipboard.swf'); $(function() { var clip = new ZeroClipboard.Client(); clip.setHandCursor( true ); …
Milind Anantwar
  • 81,290
  • 25
  • 94
  • 125
1 2 3
15
16