Skip to main content

<clipboard> : Clipboard Text

The <clipboard> element is used to copy text to the clipboard.

Attributes

text

The text to copy to the clipboard.

Examples

The following will create a string that copies Text to the clipboard.

<text><clipboard text="Text">Copy</clipboard></text>

Version History

VersionChanges
1.5Initial release.