Firefox Xul 剪贴板
我是编程世界的新手&我正在尝试为 Firefox 开发一个扩展。我有一个带有文本框的 Xul 窗口,我想复制整个文本框并放入 Firefox 的剪贴板中,然后将其粘贴到 Firefox 浏览器上的任何位置。
帮我解决一些 JS 代码或使用 xul 编码。
请帮助我或给我一些建议。
提前谢谢你们了。
I'm new to the programming world & i'm trying to develop an extension for Firefox. I have a Xul window with a textbox and i would like to copy the entire textbox and put in to the clipboard of firefox and paste it anywhere on the firefox browser.
Help me out with some JS code or using xul coding.
Please help me out or give me some suggestion.
Thanking you guys in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要将文本复制到剪贴板,最简单的方法是使用剪贴板助手服务。
For copying text to the clipboard the easiest way is to use the clipboard helper service.
我的问题已解决:
这是脚本:该脚本从文本框中复制整个文本,您可以将其粘贴到 Firefox 浏览器中的任何位置。
My Problem is Fixed :
Here is the script: This script copy the entire text from the textbox and you can paste it anywhere in the browser Firefox.