ZeroClipBoard - 将文本复制到剪贴板 [英] ZeroClipBoard - copy text to clipboard

查看:134
本文介绍了ZeroClipBoard - 将文本复制到剪贴板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi all,
I want to copy string into clipboard on a function call or page load. Please see below code

<html>
<body>
        <script type="text/javascript" src="ZeroClipboard.js"></script>

        <div id="d_clip_button" style="border:1px solid black; padding:20px;">Copy To Clipboard</div>

        <script language="JavaScript">
            var clip = new ZeroClipboard.Client();
            var myTextToCopy = "Hi, this is the text to copy!";
            clip.setText( myTextToCopy );
            clip.glue( 'd_clip_button' );
        </script>
</body>
</html>

Copy text on button click is working fine. But i dont have any button in my project .I want to copy text inside a JS function. Please help me.

Thanks in advance
Manu v nath

推荐答案

http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingwithSystemClipboard12032005043903AM/WorkingwithSystemClipboard.aspx [ ^ ]



通过这个..这将帮助你来自班加罗尔的Aatif Ali来支付


http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingwithSystemClipboard12032005043903AM/WorkingwithSystemClipboard.aspx[^]

go through this..this will help you

by Aatif Ali from Bangalore


剪贴板将只会根据按钮点击工作。感谢所有人检查我的帖子
Clipboard will will only work based on button click.Thanks to all for checking my post


这篇关于ZeroClipBoard - 将文本复制到剪贴板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆