Welcome Guest, Not a member yet? Register   Sign In
Library to copy to clipboard?
#1

[eluser]Unknown[/eluser]
I am using tinymce (wysiwyg editor) and the "copy" does not work in Chrome. All I need is to load an html string in a controller, possibly by a library? Is this possible? It should be?
#2

[eluser]WanWizard[/eluser]
Copying something to clipboard is a client-side action, so CI won't be able to help you there.

For Chrome, the javascript command is
Code:
document.execCommand('Copy');




Theme © iAndrew 2016 - Forum software by © MyBB