Forum Discussion
ZsoltOlah
7 years agoSuper Hero
How to copy text to the clipboard?
In my advanced Storyline session at the ATD TechKnowledge conference people asked me if there's a way to copy text from a variable to the clipboard programmatically, so the user can paste it somewhe...
Zsoltzoolahamaz
4 years agoCommunity Member
Oh, okay. The question was how.. Try this after the copy command:
setTimeout(function() {textArea.remove();}, 1000);
1000 is a second delay. You can adjust that if you want.
1000 is a second delay. You can adjust that if you want.
Related Content
- 7 months ago
- 11 months ago
- 11 months ago