Quote:
Originally Posted by Guessed
Thanks for testing this guys.
Italophile, I played with your template and didn't see the tab so I customized the code a little bit to get it showing but I still didn't see the behaviour that I was hoping for. At one stage the file opened with double-click working but then I couldn't reproduce that again. Does this version of the customui code work on your machine?
Code:
<customUI
xmlns="http://schemas.microsoft.com/office/2009/07/customui"
xmlns:mso="http://schemas.microsoft.com/office/2009/07/customui" >
<ribbon>
<tabs>
<tab id="newTab" label="Hilite Test" keytip="H" insertBeforeMso="TabHome">
<group id="newGroup" label="Test" >
<mso:gallery idQ="mso:TextHighlightColorPicker" showInRibbon="false" visible="true" size="large" />
</group >
</tab >
</tabs>
</ribbon>
</customUI>
|
I got it to load when in startup folder. Same error message.
Button is not splitbutton. Full size.
Would it be sufficient to put it on the QAT?
When placed there...
- with text selected, a single click on the left side highlights the text in current color (starts out with yellow)
- with no text selected, after a single click on the left, you can select text and it will be highlighted (like double-click on ribbon)
- if you click on the right side, you get the gallery
You can add this to your template directly in the UI.
The command is "Text Highlighting Color."