PDA

View Full Version : Solved: Modifying tab order on the ribbon



JimFromTN
07-15-2008, 01:50 PM
Is there any way to force my new tab to be the first tab and have it open when word comes up? I use the following XML code and my tab is still at the end of the list. Is there a way to modify the tab order to put my tab first?

<ribbon startFromScratch="true">
<tabs>
<tab id="CT1"label="My Tab">
<group id="Grp1">
<button id="PreviousDocument"label="Previous Document"size="normal"imageMso="GoRtl"getEnabled="getEnabled"getVisible="getVisible"onAction="PreviousDocument"/>
<button id="NextDocument"label="Next Document"size="normal"imageMso="GoLeftToRight"getEnabled="getEnabled"getVisible="getVisible"onAction="NextDocument"/>
</group>
</tab>
<tab idMso="TabHome"visible="true" />
<tab idMso="TabInsert"visible="true" />
<tab idMso="TabPageLayoutWord"visible="true" />
<tab idMso="TabReferences"visible="true" />
<tab idMso="TabReviewWord"visible="true" />
<tab idMso="TabView"visible="true" />
<tab idMso="TabDeveloper"visible="true" />
</tabs>
</ribbon>

JimFromTN
07-16-2008, 10:18 AM
try

<tab id="CT1"label="My Tab" insertBeforeMso="TabHome"

JimFromTN
07-16-2008, 10:19 AM
Thanks

Can you take a look at my other issue?

JimFromTN
07-16-2008, 10:20 AM
Your welcome.

I will see what I can do about your other issue. I thin it may be a bug in Word 2007.

Bob Phillips
07-17-2008, 02:43 AM
???????????????