Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.writeToClipboard

Copies the string passed to this method to the clipboard if the browser supports it.

Calling Convention:
_.writeToClipboard(String)
Parameters:
String
The string you want to write to the clipboard.
Returns:
true if supported in the current browser
false if it is not.