如何在 Google 桌面小工具中保存用户偏好设置?
我想将用户首选项保存在 Google 桌面小工具中。 我找不到任何相关文件。
谁能告诉我我该怎么做?
I want to save the user preferences in a Google Desktop Gadget.
I am not able to find any documents for it.
Can anyone tell me how can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
终于我自己弄清楚了!
“选项”用于存储 Google 桌面小工具中的用户首选项。
更多详细信息可以在这里找到:
http://code.google.com/apis/desktop/docs/ gadget_apiref.html#options
以下是如何使用它的示例:
更多详细信息可以在这里找到:
http://google-desktop-sdk.googlecode.com/ svn/trunk/OptionsDialog/main.js
希望这对您有帮助。
谢谢,
快乐哈迪克
Finally I have figured it out myself!
"options" are used to store user preferences in google desktop gadget.
More details could be found here:
http://code.google.com/apis/desktop/docs/gadget_apiref.html#options
Here is an example of how to use it:
More details could be found here:
http://google-desktop-sdk.googlecode.com/svn/trunk/OptionsDialog/main.js
Hope this was helpful.
Thanks,
happyhardik