dcorking / google-wave-resources

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

set title of wave using a newWaveMenu extension #710

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think that the ability to set the title of a wave using a newWaveMenu 
extension would be 
a useful feature in wave. Sample code is hosted below:

<extension
    name="example"
    description="Creates a new wave and tags it.">
  <menuHook location="newwavemenu" text="New tagged wave" 
      iconUrl="http://example.com/icon.png">
      <createNewWave>
        <title text="example text"/>
      </createNewWave>
  </menuHook>
</extension>

Original issue reported on code.google.com by nat.abbo...@gmail.com on 31 Mar 2010 at 7:49

GoogleCodeExporter commented 9 years ago
This is similar to the last one - it would be handy if an installer could do 
this 
itself, but in the meantime, please use a robot for this.

Original comment by pamela.fox on 31 Mar 2010 at 11:13

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 29 Apr 2010 at 2:52