保存和检索在 Firefox 插件中的文本框中输入的文本
我现在刚刚习惯使用 XUL。我创建了一个只有一个文本框的首选项窗口 (options.xul):
<textbox id="api" preference="link-target-finder-api"/>
但我想保存此处输入的文本并访问它。我该怎么做?谢谢!
I'm just now getting used to using XUL. I've created a preferences window (options.xul) with just a text box:
<textbox id="api" preference="link-target-finder-api"/>
But I'd like to save the text entered here and access it. How do I do this? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 XUL 文本框:
Use a XUL textbox: