Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
The module clipboard copies data from a DOM node to the visitors clipboard.
webanizr.collect('clipboard', parameters, callback)
The collect method of clipboard accepts the following parameters.
The HTML id of the DOM node of which the content should be copied to the clipboard.
The callback function that is called after the content is copied to the clipboard. The content that is copied is also passed to the callback function as:
{ text : <copied text> }
https://cdn.cpmodules.webanizr.com/demo/clipboard/index.html