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
-
Core : Added new config option `fixLineEnding : true` to ensure OS-comp…
24 août 2015, par JamesMGreeneCore: Added new config option `fixLineEnding: true` to ensure OS-compliant line endings by default Fixes #595. Ref #222. Ref #453.
-
Integrity : Prevent "TypeError : styles is `null`" error in Firefox.
23 août 2015, par solumlIntegrity: Prevent "TypeError: styles is `null`" error in Firefox. This error occurs [only in Firefox] when attempting to retrieve the computed CSS styles of an element that only exists as fallback content (and, ergo, may not be in or attached to the live DOM document. Closes #561.
-
Metadata : Bower license should be the SPDX type of license.
23 août 2015, par sgilroyMetadata: Bower license should be the SPDX type of license. Follow convention to make it easier for automated license checking utilities to determine which license is used. The license property in bower.json should be the SPDX type of license, in this case "MIT", instead of the URL of the license file. Closes #544.
-
license should be the type of license
22 août 2015, par sgilroylicense should be the type of license Follow convention to make it easier for automated license checking utilities to determine which license is used. The license property in bower.json should be the SPDX type of license, in this case "MIT", instead of the URL of the license file. Closes #544.
-
Merge pull request #593 from thadseaver/swf-location
15 juillet 2015, par jonrohanMerge pull request #593 from thadseaver/swf-location Clarified location of swf file