<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
Version | Changes |
---|---|
1.5 | Initial release. |