Search code examples
office365office-jsoffice365apiscriptlab

Name of the sidebar/taskpane of an office 365 add-in


I have an office 365 addin, whose taskpane/sidebar takes the same name as the addin. How can I change it? ScriptLab does it. when we click on Code on scritlab ribbon, the taskpane has the name as Code and when we click on Run, another taskpane is opened and it has the name as Run

enter image description here

enter image description here


Solution

  • Script Lab is an open source project that has no special access to anything in Office. I would start by inspecting it's manifest: script-lab-react-prod.xml.

    The <Action> element of type ShowTaskpane can have a <Title> element that sets a title. See Action / Title.