dcorking / google-wave-resources

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

[Extensions] allow to create drop down menues at toolbar buttons #299

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if several actions of extension could be grouped in
drop-down menu, similar to how "font size", "font family", "paragraph
heading" works.
This is useful, in particular, for menu with several annotations.

<extension 
  name="IssueMarker"
  description="Marks blips like an issues"> 
  <menuHook location="toolbar" iconUrl="blabla.png" text="issue status">
   <select>
     <option>
       <label>discuss me!</label>
       <annotateSelection key="issue_status" value="NeedsMoreInfo"/>
     </option>
     <option>
       <label>gone into mind</label>
       <annotateSelection key="issue_status" value="Acknowledged"/>
     </option>
     <option>
       <label>requires serious consulting</label>
       <createNewWave>
         <participant id="pamela.fox@wavesandbox.com"/>
       </createNewWave>
     </option>
   </select>
</extension>

Original issue reported on code.google.com by qwigly...@gmail.com on 15 Oct 2009 at 8:30

GoogleCodeExporter commented 9 years ago
Nice idea! Shared with the team.

Original comment by pamela.fox on 15 Oct 2009 at 10:08

GoogleCodeExporter commented 9 years ago
haha, I like this it's just what's requested on Issue 626, should it be merged 
into 
this one, or the other way around?

Original comment by alexandrojv9 on 3 Apr 2010 at 1:31