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.
Les articles publiés sur le site
-
Remove 'ZeroClipboard.prototype.setTitle', use 'options.title' instead.
24 mars 2014, par JamesMGreeneRemove 'ZeroClipboard.prototype.setTitle', use 'options.title' instead. Fixes #363.
-
Remove 'ZeroClipboard.prototype.resetBridge', use 'ZeroClipboard.deactivate' instead.
24 mars 2014, par JamesMGreeneRemove 'ZeroClipboard.prototype.resetBridge', use 'ZeroClipboard.deactivate' instead. Fixes #362.
-
Remove 'ZeroClipboard.prototype.setCurrent', use 'ZeroClipboard.activate' instead.
24 mars 2014, par JamesMGreeneRemove 'ZeroClipboard.prototype.setCurrent', use 'ZeroClipboard.activate' instead. Fixes #361.
-
Remove 'options.allowScriptAccess', always calculate instead.
24 mars 2014, par JamesMGreeneRemove 'options.allowScriptAccess', always calculate instead. Fixes #360.
-
Remove 'options.useNoCache', use 'options.cacheBust'.
24 mars 2014, par JamesMGreeneRemove 'options.useNoCache', use 'options.cacheBust'. Fixes #359.