Ribbon gallery sub-headings

C

Colbert Zhou [MSFT]

Hello Dave,

We call that sub-headings as separator. Office 2007 Ribbon customization
still does not support separator. Fortunately, we can achieve the similar
effective by split button. Here is the XML codes I try and success.
----------------------------------------------------------------------------
------
<splitButton id="splitButton1">
<menu id="menu1" label ="letter">
<menuSeparator id ="ms1" title="letter"/>
<button id="button2" label ="button2"/>
<button id="button3" label ="button3"/>
<button id="button4" label ="button4"/>
<menuSeparator id ="ms2" title="fax"/>
<button id="button5" label ="button5"/>
<button id="button6" label ="button6"/>
<button id="button7" label ="button7"/>
</menu>
</splitButton>
----------------------------------------------------------------------------
------

Please give it a try and let me know if it works for you.


Best regards,
Ji Zhou
Microsoft Online Community Support
 
D

David Thielen

Hello Dave,

We call that sub-headings as separator. Office 2007 Ribbon customization
still does not support separator. Fortunately, we can achieve the similar
effective by split button. Here is the XML codes I try and success.
----------------------------------------------------------------------------
------
<splitButton id="splitButton1">
<menu id="menu1" label ="letter">
<menuSeparator id ="ms1" title="letter"/>
<button id="button2" label ="button2"/>
<button id="button3" label ="button3"/>
<button id="button4" label ="button4"/>
<menuSeparator id ="ms2" title="fax"/>
<button id="button5" label ="button5"/>
<button id="button6" label ="button6"/>
<button id="button7" label ="button7"/>
</menu>
</splitButton>

That works great - thanks - dave

david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top