Provides tags for interacting with the Office Add-In.
button
Defines a button for the custom button group in the Add-In.
Parent tags
-
customButtons
Required. The button is added to the button group defined by this parent tag.
Attributes
flowEvent | ||
---|---|---|
Required |
Value type |
EL-evaluated |
No | String | Yes |
Defines the event name that is sent to the Flow that is run when this button is pressed. Make sure that the event name is one that the Flow defined by the parent tag customButtons recognizes. |
icon |
||
---|---|---|
Required |
Value type |
EL-evaluated |
No |
String |
Yes |
Defines the icon to be used with the button. The resolved value should be one of these three icon names:
|
text | ||
---|---|---|
Required |
Value type |
EL-evaluated |
No | String | Yes |
Defines the label text of the button. |
customButtons
Defines the custom button group in the Add-In.
Child tags
-
button
Required. Each of these child tags defines one button and at least one is needed.
Attributes
flowSequence | ||
---|---|---|
Required |
Value type |
EL-evaluated |
Yes | String | Yes |
Defines the ID of the Flow that is run when any of the buttons in this group are pressed. |
groupLabel | ||
---|---|---|
Required |
Value type |
EL-evaluated |
No | String | Yes |
Defines the label for the custom button group in the Add-In. If not defined, the label will be "Actions". |
confirmSave
This tag can can stop the Add-In from prompting the user to save when the document is being closed.
Attributes
noConfirm | ||
---|---|---|
Required |
Value type |
EL-evaluated |
No | Boolean | Yes |
Defines if the save prompt will be disabled. Should the resolved value be true , the prompt is disabled. |
Comments
0 comments