问题标签 [google-gadget]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Google 小工具唯一 ID
如何使用 Javascript 从添加到 iGoogle 网站的小工具中获取唯一的 Google 小工具 ID?
windows-vista - Google 桌面小工具到 Vista 边栏小工具转换器
我有一些问题。我需要将 Google 桌面小工具(不是iGoogle 小工具)转换为 Vista 侧边栏小工具你知道有什么方法吗?感谢您的任何回答
google-gadget - 谷歌小工具刷新
我正在创建一个测试 Google 小工具。它是一个简单的 hello world 小工具。但是,在我第一次将小工具添加到 iGoogle 之后,我对服务器上的文件所做的任何后续更改都不会影响小工具!如果我更改 xml 文件的名称然后读取它,那么我会看到更改。但是,再多的更改、删除和重新添加小工具都不会影响我在服务器上的任何修改。有任何想法吗?
jquery-ui - jQuery UI Sortable and Google gadgets
I have seen a couple similar questions, but nothing that specifically covers my problem. I am trying to place several Google gadgets in a set of sortable divs. When I drag one of these divs and drop it in a new location, the whole page is refreshing and showing me only the content of that gadget's iframe.
I have seen from the other SO questions that Firefox contains a bug in which iframe content is refreshed if it is moved in the DOM tree. That behavior isn't ideal, but I'd gladly take it over what I'm experiencing now. Firefox and Chrome both give me this problem. IE and Opera properly sort the gadgets.
Does anybody have some insight as to how I can work around this?
asp.net - 如何使用 asp.net 表单身份验证来验证 Google/OpenSocial 小工具
我有一个使用 Asp.net 表单身份验证登录的网站。我需要使用户能够使用我在网站上使用的相同身份验证/授权模式通过小工具登录并与网站交互。
我找不到任何关于 asp.net 身份验证和谷歌小工具的好信息。
如何使用表单身份验证让小工具登录,然后让小工具记住它们,这样他们就不必每次都登录?
javascript - 强制 google gadget rss tabber 在新窗口中打开链接
我正在使用谷歌小工具“rss tabber” http://www.gmodules.com/ig/creator?synd=open&url=http%3A%2F%2Fclingman.org%2Fplatypus%2Fcustomized-rss-feeds.xml&lang=en
我尝试使用 jquery 强制所有链接在新窗口中打开但失败了。有人建议怎么做吗?强制所有链接在新窗口中打开?
$('a[href^="http://"]') .attr({ target: "_blank", title: "在新窗口中打开" });
javascript - 如何在 Google 小工具中打开新窗口?
它既不打开选项卡也不打开窗口:此处是 Google 小工具的代码。如果您知道 HTML 中的 'target="_blank"',我正在为 Google 小工具寻找类似的工具。更准确地说,我无法理解为什么 JavaScript 片段不起作用:
javascript - javascript 谷歌小工具
1) 我的 .html 文件中有这个功能。这个 .html 文件托管在 google 网站上,但我可以使用 makeRequest 函数连接到 www.yahoo.com,事实上我可以连接到任何未托管在 google 网站上的网站。我的问题是,当我将 URL 更改为 ahttp://mymachine:8080
时,makeRequest 不再起作用。
2)我确保客户端也可以通过网络访问它并且机器是可ping的,但它不能通过javascript工作。我做错了什么??
hosting - 我的谷歌小工具有问题
对于我的小工具,标题显示为空白。当我搜索我的小工具时,我无法将其列出。需要一些解释来做什么。这是我的小工具的 xml 链接:
http://hosting.gmodules.com/ig/gadgets/file/115976558690780681327/the-twitter-search.xml
PS:是的,我使用谷歌小工具编辑器来完成这项工作......