Live Clipboard

It consists of the following components: It is designed to use standard Javascript and CSS techniques to “bring the clipboard to the web” and to work in as many browsers as possible.

The control does not depend on installation of any client-side applications or browser plug-ins, and it never gains access to the contents of the clipboard without explicit user action.

This callback function is implemented by the page developer and returns an instance of LiveClipboardClass containing the data that should be copied to the clipboard.

Next, the control script serializes this data to the Live Clipboard XML format, which it sets as the value of the input element and selects.

In this case, the control script detects that the input value has changed, de-serializes the value from Live Clipboard XML format to an instance of LiveClipboardClass, and passes the object to the OnHandleLiveClipboardData function.

Live Clipboard logo
Live Clipboard logo