I'm trying to build a manifest that will put an item into the new wave
menu that will create a new wave and insert a gadget in automatically.

I've seen the examples that create a new wave and insert a robot, but
I want to know how to insert a gadget instead of a robot, and so far
haven't seen any examples to do this.

Anyone know how to make this work?

<?xml version="1.0" encoding="utf-8"?>
<extension
    name="Closing An Account"
    description="Closing An Account Form">
  <author name="Andy"/>
  <menuHook location="newwavemenu" text="Closing An Account Form"
      iconUrl="http://www.myserver.com/Wave/ClosingAnAccount.png";>
    <createNewWave>
                <insertGadget url="http://www.myserver.com/Wave/
ClosingAnAccount.xml"/>
        </createNewWave>
  </menuHook>
</extension>

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.


Reply via email to