On Thu, 2010-01-07 at 10:48 -0500, Jason Southern wrote: > Hello, > > I would like to integrate Shindig within an intranet to create dashboard of > gadgets for backoffice systems. I realize that its up to me to develop a > gadget container UI around the GadgetRenderingServlet using the Shindig > gadget container JavaScript library. However, I can't seem to find a > documentation that describes the API for the gadgets.container class. Seems > this is the key class to laying out gadgets from the client side. Does this > exist anywhere? If not, can anyone point me to the JavaScript source code in > the distributed code?
Do you mean the file gadgets.js in /javascript/container ? http://svn.apache.org/repos/asf/incubator/shindig/trunk/javascript/container/gadgets.js That is the point where I've integrated my own code on the client-side (effectively replacing that javascript). Tim Wintle

