Clear Method
The Clear method deletes the clipboard content.
Syntax
SiteKiosk.Clipboard.Clear()
|
Return Value
Remarks
Examples
The following example clears the clipboard.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Clipboard.Clear();
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top