Revisions : ZeroClipboard · GitHub

The ZeroClipboard 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.

https://github.com/jonrohan/ZeroClipboard/

Les articles publiés sur le site

  • Added warning to 'instructions.md' about master being v2.x

    20 mars 2014, par JamesMGreene
    Added warning to 'instructions.md' about master being v2.x
  • Fixing CommonJS export to demand global `require`.

    20 mars 2014, par JamesMGreene
    Fixing CommonJS export to demand global `require`.
    
    Fixes #332.
  • Moved Flash detection to JS

    20 mars 2014, par JamesMGreene
    Moved Flash detection to JS
    
    There are a few distinct but related changes here but they made sense to
    just tackle together.
    
    Moved Flash detection (including Flash version parsing) into JavaScript.
    Fixes #138.
    
    Added new `deactivatedFlash` and `overdueFlash` events. These will be
    changed to an `error` event type in the future along with `noFlash`,
    `wrongFlash`, etc.
    Fixes #255.
    
    Standardized non-elemental events to all have `window` as the context
    (`this`). Fixes #107.
    
    Removed deprecated `ZeroClipboard.detectFlashSupport` method. Fixes #198.
  • Making sure 'setSize' and friends are functions

    17 mars 2014, par jonrohan
    Making sure 'setSize' and friends are functions
  • default cacheBust to true for only IE

    17 mars 2014, par jonrohan
    default cacheBust to true for only IE