1

I'm working on an Word 365 Add-in. I have a working Manifest XML that shows an icon with the icon responding to a function click. How would I go about adding a textbox to ribbon for add value.

1 Answer 1

1

The Office JS APIs for extending the Ribbon or context menus support only buttons and drop-down menus for buttons. Quote from the documentation

A Control element can be either a Button or a Menu. Use Menu to specify a drop-down list of button controls. Currently, only buttons and menus are supported.

For getting input, define a taskpane with the controls required. It's possible to have the task pane displayed automatically when the add-in is loaded.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.