在模态对话框中修改“标题”

时间:2018-09-24 06:27:53

标签: user-interface google-apps-script message

我创建了一个非常简单的脚本:

var html = HtmlService.createHtmlOutput('<p style="color:yellow; background:black">Font is yellow / Backround is black!</p>');
SpreadsheetApp.getUi().showModalDialog(html, 'My Headline');

修改“用户界面”没有问题-但是我如何修改“标题”?

例如我将标题写为“我的标题”,例如:“我的 标题 ”(粗体字标题)。

0 个答案:

没有答案