关闭 Gmail 上下文小工具
有没有办法关闭/隐藏 Gmail 上下文小工具?
我知道,有提取器,它们决定何时触发小工具根本不。但这些并没有提供足够的选择来帮助我。
我想做的是将电子邮件地址与用户联系人列表进行匹配,如果没有匹配,我需要关闭/隐藏小工具。
所以,在我看来,这不能通过提取器来完成。
Is there a way to close / hide a gmail contextual Gadget?
I know, there are extractors, which decide when to trigger the gadget at all. But these don't give enough options to help me.
What I'm trying to do is match the email addresses with the users contact list and if there are no matches I need to close / hide the gadget.
So, it seams to me, this can not be done by an extractor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个按钮/链接可以显示/隐藏小工具的内容部分。将此首选项保存在
中。当再次加载该小工具时,根据该首选项显示或隐藏。
您可以在此处查看如何定义、设置和获取 UserPref:http:// code.google.com/apis/gadgets/docs/basic.html#Userprefs
另外,请记住在小工具内显示或隐藏内容窗格时更改高度。
Have a button/link that can show/hide the content part of the gadget. Save this preference in a
<UserPref>
.When the gadget is loaded again, show or hide based on that pref.
You can check how to define, set and get UserPref here: http://code.google.com/apis/gadgets/docs/basic.html#Userprefs
Also remember to change the height when showing or hiding the content pane within the gadget.
用户或您的小工具代码可以将小工具高度设置为 0 - 如果您的小工具没有名称或图标,它显然会从 Gmail 中消失(只会出现大约 20 像素高的灰色条纹)。
小工具名称和图标是可选的。
您可以使用我的小工具 http://wishery.com/install 看到此行为
The user, or your gadget code, can set gadget height to 0 - if your gadget has no name or favicon, it will apparently disappear from Gmail (only a ~20-px high grey stripe will appear).
Gadget names and favicons are optional.
You can see this behavior with my gadget http://wishery.com/install