Here is a simpler example: https://github.com/ryanjbaxter/OpenSocial-Presentation/blob/master/slidecontainer/content/slidecontainer/js/container.js
The navigateGadget API is the API you can use to render a gadget in the container. On Fri, Nov 9, 2012 at 2:34 AM, Martin Hoeller <mar...@xss.co.at> wrote: > Hi! > > On 08 Nov 2012, Ryan Baxter wrote: > > > The first thing I would recommend doing is moving to the common container > > to help with your container implementation. See the common container > > sample application [1]. > > The code I currently use was taken from some examples comming with > shindig. And I couldn't find a note saying it's deprecated. If this is > the case, I suggest mentioning it somewhere. > > This said, I'd be happy to switch to common container if I'd only knew > how. I already had a look at the sources of commoncontainer/index.html. > However, the only relevant JavaScript I could find was > CommonContainer.init(). Is there some documentation available? How does > the CommonContainer know where to put the gadgets? And how do I tell it > which gadgets to display? > > Many thanks for your help, > - martin >