3 messages in com.googlegroups.opensocial-orkut[orkut-developer] Navigating from pro...
FromSent OnAttachments
sb29 May 2008 00:34 
sb29 May 2008 10:58 
Jason30 May 2008 15:53 
Subject:[orkut-developer] Navigating from profile to canvas view
From:sb (sb9@gmail.com)
Date:05/29/2008 12:34:40 AM
List:com.googlegroups.opensocial-orkut

I have created two contents in my xml. One for profile view and the second for canvas

For the profile view I did set this

<div id="profileview" onclick="navigateToCanvas();">

and the navigateToCanvas is as below.

function navigateToCanvas() { alert('You have clicked'); return function() { gadgets.views.requestNavigateTo(new gadgets.views.View('canvas')); }; }

When I click on the gadget in profile view. I see the alert 'You have clicked' but its not navigating to the canvas view. Any thoughts on this ?