Here's what we do.
container.rpcRegister("requestNavigateTo", function
requestNavigateTo(rpcArgs, view, params) {
var site = rpcArgs[osapi.container.GadgetSite.RPC_ARG_KEY],
url = site.getActiveSiteHolder().getUrl(),
renderParams = {};
renderParams[osa
I am trying to create a custom container based on Shindig and am a bit
confused on the relationship between a gadget calling 'requestNavigateTo'
and the container function 'navigateGadget'.
I am trying to implement the rpc callback for requestNavigateTo as Shindig
does not, and the only way I