保存和检索在 Firefox 插件中的文本框中输入的文本

发布于 2024-10-25 17:22:16 字数 179 浏览 4 评论 0原文

我现在刚刚习惯使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清晨说晚安 2024-11-01 17:22:16

使用 XUL 文本框

<textbox id="hello-world" value="Hello, world!"/>

Use a XUL textbox:

<textbox id="hello-world" value="Hello, world!"/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文