官术网_书友最值得收藏!

Creating a modeless dialog

Now we will create a modeless dialog and see the difference between modal and modeless dialogs. Update the showDialog function as shown here:

function showDialog() {
  var html = HtmlService.createHtmlOutputFromFile('Index');
  DocumentApp.getUi()
  .showModelessDialog(html, 'Greeting');
}

Note that the showModalDialog method has been changed to showModelessDialog.

Modeless dialogs do not prevent you from doing other things, such as editing the document, and you can drag the dialog around as shown here:

主站蜘蛛池模板: 元氏县| 乌海市| 米林县| 安徽省| 滕州市| 建阳市| 海伦市| 康保县| 东莞市| 磐石市| 秦皇岛市| 沁源县| 太白县| 彰武县| 香格里拉县| 蒙阴县| 平乐县| 航空| 瑞金市| 罗甸县| 保德县| 邹平县| 龙口市| 孝感市| 武威市| 仙居县| 民县| 于都县| 夏津县| 舒城县| 新丰县| 中西区| 凤城市| 金坛市| 广宗县| 元江| 澄江县| 都兰县| 富宁县| 五河县| 张掖市|