Advanced Search
Search Results
3 total results found
Building an OpenSocial Gadget with GWT and Hosting on Your Website
For this tutorial I use the following parameters:$your_repository = location of your Subversion repository.$your_namespace_dots = the namespace of your unit with dots.$your_namespace_folders = the namespace of your unit with folder delimiters.$your_website = t...
Calling makeRequest in GWT to Get External Data for an Opensocial Gadget and Creating an Overlay
For this tutorial I use the following parameters:$your_namespace_dots = the namespace of your unit with dots.$your_namespace_folders = the namespace of your unit with folder delimiters.$your_website = the URL of a web site you control.Since we may want to get ...
Passing Parameters to an OpenSocial Gadget Hosted in Regular HTML
Gadget parameters are UserPref’s in the gadget specification. When a user adds a gadget to an OpenSocial container they can set these when they add the gadget to the container or later once the gadget is in place using the “settings” link. We have to reproduce...