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
-
Merging PR #413.
21 mai 2014, par JamesMGreeneMerging PR #413.
-
v2.0.0-beta.6
19 mai 2014, par JamesMGreenev2.0.0-beta.6
-
Breaking the JS into modular sections
19 mai 2014, par JamesMGreeneBreaking the JS into modular sections Fixes #339. Fixes #312.
-
Allow ZeroClipboard DOM attributes to be more configurable.
2 mai 2014, par nasonAllow ZeroClipboard DOM attributes to be more configurable. * Adds new properties to the global configuration object: `containerId`, `containerClass`, `flashBridgeName` and uses them throughout the library instead of strings. * Handle configuration of these values after ZeroClipboard SWF has been embedded * Validate `containerId` and `flashBridgeName` against HTML4 Spec * Updates ZeroClipboard.as to receive `SWF_OBJECT_ID` as a flashvar (`flashBridgeName`) * Update docs
-
Hardening the JSHint config for tests
2 mai 2014, par JamesMGreeneHardening the JSHint config for tests