hey chris
is this working currently in php server?
this is my app javascript which works in orkut
function nav(view,data){
var supported_views = gadgets.views.getSupportedViews();
d={
q: data
}
gadgets.views.requestNavigateTo(supported_views[view],d);
}
here view = 'canvas' and data is appdata
ir orkut i call this function from profile view... and then it gets
redirected to application canvas view with app params.... which works
fine
but in my php server its not working.... i can see rpc_relay.html
getting called asynchronously in the firebug when i call this function
same like orkut....
- Tuhin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---