Is it possible to set the position for my gadget to the right, when I'm on a mail overview. Something similar to Rapportive gadget. I tried using canvas, default view ... ate the whole Google doc ...
EDIT : My code
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs height="100" title="Navigation">
<Require feature="views" />
</ModulePrefs>
<Content type="html" view="home">
<![CDATA[
<div style="color: #4386d4;">My Home view</div>
<div>features ...</div><br><br>
]]>
</Content>
<Content type="html" view="canvas">
<![CDATA[
<div>canvas view</div>
]]>
</Content>
<Content type="html" view="DEFAULT">
<![CDATA[
<div>Default view</div>
]]>
</Content>
</Module>