User Profile
etceterad
Copper Contributor
Joined Jan 06, 2022
User Widgets
Recent Discussions
Re: Is it possible to add one custom button of your add-in to the existing tab at the ribbon and one to
The custom button of my custom Word add-in, which I'm provided to Word locally via XML Manifest. I've attached a link to the previous answer about the Manifests. You can manage the placement of your custom content only with such XML Manifests. If you want to add your custom button to the existing tab you need to use <OfficeTab> in Manifest and if you want to add it on the custom tab at the ribbon you need to use the <CustomTab>, but the documentation says, that you can't use both tags at the same time.3.9KViews0likes1CommentRe: Is it possible to add one custom button of your add-in to the existing tab at the ribbon and one to
Thanks for the advice, but it's probably not the thing that I was looking for. As I write in the description I want to add 2 custom buttons of my add-in - one on the existing "Home" tab and another one on the custom tab. Additionally, I'm using the new syntax of XML Manifest, such as described here: https://docs.microsoft.com/ru-ru/office/dev/add-ins/develop/add-in-manifests?tabs=tabid-14KViews0likes3CommentsIs it possible to add one custom button of your add-in to the existing tab at the ribbon and one to
I'm trying to add 2 buttons to the different tabs in Word via XML Manifest, but now for me, it seems to be impossible. That's all because I can't add OfficeTab and CustomTab in ExtensionPoint with xsi:type="PrimaryCommandSurface". Are there any other possibilities to implement such an idea?4.2KViews0likes5Comments
Recent Blog Articles
No content to show