Questions tagged [google-gadget]

Google Gadgets are simple HTML and JavaScript applications that can be embedded in webpages and other apps. Built-in JavaScript libraries make it easy to create gadgets that include tabs, persistent storage, dynamic resizing, and more.

Google Gadgets are simple HTML and JavaScript applications that can be embedded in webpages and other apps. Built-in JavaScript libraries make it easy to create gadgets that include tabs, persistent storage, dynamic resizing, and more.

More Info

213 questions
0
votes
1 answer

How can I get this Google RSS gadget to work?

I am trying to embed an RSS feed on a web page I am designing. The feed is for an Austin, TX Craigslist page: http://austin.craigslist.org/search/fua?query=%22modern+salvage%22&srchType=A&minAsk=&maxAsk= Depending on which URL I use for the feed I…
0
votes
1 answer

Set Localization in OpenSocial gadgets

I want to use the localization feature of OpenSocial. But I want to set the used language manually. I only found prefs.getLang() to read the current language. Is there a possibility to set it also?
andineupert
  • 341
  • 2
  • 6
  • 19
0
votes
2 answers

How to use Google Apps Script to serve a Google Calendar/Email gadget?

I would like to develop a calendar/gmail gadget for our Google Apps for Business domain using Apps Script to leverage all of the benefits it affords. When replicating the Hello World gadget example:
0
votes
1 answer

javascript google gadget

1) I have this function in my .html file. This .html file is hosted on google site, but I can make a connection to www.yahoo.com using the makeRequest function, infact I can make connection to any site that is not hosted on google site. My problem…
user139123
  • 111
  • 1
  • 2
  • 5
0
votes
2 answers

Scroll issue in Open Social Gadget

I have a gadget that should be dynamic-height and it should have scroll-y. I tried using this annotation in my java class: @ModulePrefs(scrolling = true) It returned below XML code: ModulePrefs scrolling="true" But my iframe still has "scrolling=no"…
elloalisboa
  • 3,053
  • 2
  • 17
  • 10
0
votes
3 answers

Detect onmouseout in Google Gadget without event attribute in HTML

I need a JavaScript method to detect when the mouse leaves an element with id="myDiv" within an if() statement. I cannot use the JS onmouseout event embedded in my HTML. I must be able to detect onmouseout inside an if() statement if at all…
zdebruine
  • 3,687
  • 6
  • 31
  • 50
0
votes
2 answers

Can a Gmail gadget use users.get_current_user()?

I'm trying to get the current user for a Gmail gadget, but it seems users.get_current_user() returns None, even though I'm obviously logged in. Am I missing something? Thanks in advance.
john2x
  • 22,546
  • 16
  • 57
  • 95
0
votes
2 answers

how to include jquery in google gadget?

i'm writing a small google gadget, how could i include the jquery library? The gadget comes in this way:
Mario
  • 855
  • 4
  • 19
  • 30
0
votes
1 answer

picasa photo gallery for google gadget

i'm trying to create a nice picasa photo gallery gadget, sth like this: https://sites.google.com/site/mori79/html-gadgets/image-galleries/thumbnail-viewer but their method is to add every single picture manually. I'm wondering is there method to…
Mario
  • 855
  • 4
  • 19
  • 30
0
votes
3 answers

How to open a new window in Google Gadget?

It opens neither a tab nor a window: the code for a Google Gadget here. If you know 'target="_blank"' from HTML, I am looking for a similar tool for Google Gadgets. More precisely, I cannot understand why the JavaScript piece does not…
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
0
votes
2 answers

How to make a gmail gadget change a message label?

I often use two gmail labels label1 and label2, and according to my personal mail management rules, I often change messages categories from label1 to label2. As I do this often, I thought I should try to automatize this process a bit by adding…
wip
  • 2,313
  • 5
  • 31
  • 47
0
votes
1 answer

Porting Wordpress widget plugin to Blogger gadget: admin interface, global settings?

I'm attempting to port a Wordpress widget plugin to a Blogger gadget, and finding them extremely different worlds. What the WP widget does is: In the admin interface (provided by the widget object's form() method), it displays a list of the posts…
chaos
  • 122,029
  • 33
  • 303
  • 309
0
votes
1 answer

force google gadget rss tabber open link in new window

i'm using google gadget "rss tabber" http://www.gmodules.com/ig/creator?synd=open&url=http%3A%2F%2Fclingman.org%2Fplatypus%2Fcustomized-rss-feeds.xml&lang=en I tried to use jquery to force all the link to open in new window but failed. anyone got…
cometta
  • 35,071
  • 77
  • 215
  • 324
-1
votes
1 answer

Testing Gmail Contextual Gadet

Are there any good ways to test a GMail contextual gadget? So far, I have embedded it inside of a Google Site (pointing to the same URL that my Gadget in the console points to) Any suggestions?
Alex
  • 135
  • 2
  • 13
-1
votes
1 answer

how to build google gadget with persistent storage

I'm trying to make a google gadget that stores some data (say, statistics of users' actions) in a persistent way (i.e. statistics accumulates over time and over multiple users). Also I want these data to be placed at google free hosting, possibly…
1 2 3
14
15