dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Feature Request: new menuHook location - newWaveTemplate or similar #738

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the introduction of templates as part of the new wave screen, I would 
like to create my own. Please could you add a way for people to install 
templates created by others, by extending the extension installers system to 
allow the newWaveTemplate (or similar name) to be added to an XML file.

Original issue reported on code.google.com by nat.abbo...@gmail.com on 20 Apr 2010 at 5:46

GoogleCodeExporter commented 9 years ago
Possible Sample Code:
<extension
    name="API help Template"
    description="Creates a new forumbotty-API wave, with template text in place.">
  <menuHook location="newwavetemplate" text="Wave API problem" 
      iconUrl="http://example.com/wavetemplates/icon.png">
      <createNewWave>
        <participant id="forumbotty+wave-api@appspot.com" />
        <title id="[Wave API problem here]"/>
        <text id="h1" text="I am having a problem with ..."/>
        <text id="h2" text="API type [gadget/robot]"/>
        <text id="h2" text="Language: [Python/Java/ActionScript/Javascript]"/>
      </createNewWave>
  </menuHook>
</extension>

Original comment by nat.abbo...@gmail.com on 20 Apr 2010 at 5:53

GoogleCodeExporter commented 9 years ago
We are looking to support the template hook (the wave panel area). We likely 
will not 
support the additional <title>/<text> stuff for now, since that can be done 
with a 
robot.

Original comment by pamela.fox on 22 Apr 2010 at 12:56