CopyToClipboard_Plugin

CopyToClipboard_Plugin (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 20 October 2023 by OutSystems Labs
CopyToClipboard_Plugin

CopyToClipboard_Plugin (ODC)

Documentation
0.1.0

How to use this component?


This component has three actions:

  • CopyToClipboard - copies text to the clipboard.
    This action receives a string and copies it to the clipboard. It returns a Success boolean and, in case of an error, an error message.

  • PasteFromClipboard - pasted text from the clipboard.
    This action returns a string from the clipboard and a Success boolean.

  • ClearClipboard - clears the clipboard's content.
    This action clears any value you have on the clipboard and returns a Success boolean.

You can also take a look at the CopyToClipboard_Example demo app available on Forge to learn how to use this component.



Notes:

This component uses the clipboard of your device. This means that if you copy something using the device's native copy functionality, it will be on the clipboard, and you can either paste or clear the clipboard using the actions of this component. In the same way, any text you copy using this component can be pasted using the device's native paste functionality.