cbSet

Set the content of the clipboard.

Syntax

ui.Interface.frontCall("standard", "cbSet",
 [text], [result]) 
  1. text - The text to be set.
  2. result - The execution status (TRUE=success, FALSE=error).

Usage

The "cbSet" front call sets the content of the clipboard with the text passed as parameter.

Note: GBC specific: due to browsers security policies, GBC cannot paste content in the clipboard without user permissions. When using the cbSet call, GBC will present data in a text box, that you can copy and paste elsewhere.