a documantation is here 
https://github.com<https://github.com/pvijayakumar/engage_gmail_gadget/blob/master/engagefullscreen1.2.xml>
 but 
it too doesn't give more than 100px height in canvas mode 


On Sunday, January 2, 2011 10:48:13 PM UTC+5:30, Charles Busch wrote:
>
> Can anyone help me, I have successfully created a sidebar gadget that will 
> expand to canvas view when the user clicks the Title Bar on the gadget, but 
> I have been unable to make the following code function to expand to canvas 
> view by clicking hypertext or a button. 
>
> Here is the code, why wont it work.
>
> <?xml version="1.0" encoding="UTF-8" ?> 
> <Module>
>   <ModulePrefs title="Start Over" description="Gadget Desciption" 
> author="Busch" author_email="[email protected] <javascript:>" 
> category="tools" screenshot="
> https://www.lighthousegroup.net/Title_GFE_Rapid_Quote?gfe=-1"; thumbnail="
> http://www.skyprolegal.com/Test/Gadget/gfe.gif"; height="100"/>
>   <Require feature="views"/>
>   </ModulePrefs>
>   <Content type="html" view="home">
>   <![CDATA[ 
>   <div>Hello world Home view</div>
>   <script type="text/javascript">
>   
>     function goToView(dest) {
>       var supported_views = gadgets.views.getSupportedViews();
>       gadgets.views.requestNavigateTo(supported_views[dest]);
>     };
>   </script>
>
>   <a href="javascript:goToView('canvas')" >Go to canvas view</a><br><br>
>
>   ]]>
>   </Content>
>   <Content type="html" view="canvas">
>   <![CDATA[ 
>   <div>Hello world Canvas view</div>
>   <script type="text/javascript">
>   
>     function goToView(dest) {
>       var supported_views = gadgets.views.getSupportedViews();
>       gadgets.views.requestNavigateTo(supported_views[dest]);
>     };
>   </script>
>   <a href="javascript:goToView('home')" >Go to home view</a><br><br>
>   ]]> 
>   </Content>
>   </Module>
>

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to