Hello, I'm testing Shindig and I successfully created gadgets. I want my gadgets to be able to have different behaviour depending on which page it is displayed (to be able, for exemple, to have different background in different sites).
I added my two gadgets using in the site1: gadgets.container.layoutManager.setGadgetChromeIds(['gadget-chrome-x', 'gadget-chrome-y']); And in the site 2; gadgets.container.layoutManager.setGadgetChromeIds(['gadget-chrome-x2', 'gadget-chrome-y2']); And I want to retrieve, in my gadget, this chrome ID to be able to make the distinction between gadget-chrome-x and gadget-chrome-x2. I search on the API and on the net but cannot found anything ... Thanks for helping me, Regards, Loïc

