标签: office-js
我正在使用Office.context.ui.displayDialogAsync('https://myurl', {height: 60, width: 60, displayInIframe: true})来显示一个对话框。
Office.context.ui.displayDialogAsync('https://myurl', {height: 60, width: 60, displayInIframe: true})
如何更改标题,使标题不以“来自加载项的消息:”开头?
答案 0 :(得分:1)
恐怕目前没有API可以控制对话框标题。请在Office Developer Suggestion Box上对建议进行投票。