CopyPaste

Provides support for copy-paste operations (integration with clipboard).

Events
onPaste fires when the clipboard is enabled and the user presses CTRL+V keys combination
Properties
clipboard enables/disables clipboard support on desktop devices
delimiter sets CSV delimiters for clipboard operations
templateCopy sets the template according to which data will be copied to the clipboard
Back to top