TXTextControlWeb.setClipboardMode Property

Gets or sets the clipboard mode (client or server). The clipboard mode determines if the key combinations Ctrl+C, Ctrl+V and Ctrl+X copy to and from the client clipboard or if content is copied to and from the server clipboard. Possible values for this property are defined in class TXTextControl.ClipboardMode.

Syntax

[JavaScript]
<void> TXTextControlWeb.setClipboardMode(<int> clipboardMode)