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

Creating a modal dialog

To create a modal dialog, which prevents the user from updating anything in the spreadsheet or document, update the code in the Code.gs file as shown here:

function onOpen(){
  DocumentApp.getUi()
  .createAddonMenu()
  .addItem("Show Dialog", "showDialog")
  .addToUi();
}

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

Go to Add-ons | Chapter 2 | Show Dialog and a modal dialog will pop up:

主站蜘蛛池模板: 白水县| 赣榆县| 中江县| 江门市| 益阳市| 西贡区| 都兰县| 长白| 永济市| 文化| 平武县| 鄂尔多斯市| 余庆县| 扬中市| 霸州市| 砚山县| 沂水县| 武夷山市| 辽宁省| 徐闻县| 明光市| 台南市| 项城市| 榕江县| 河间市| 龙游县| 安仁县| 襄樊市| 陕西省| 藁城市| 长宁县| 武功县| 古蔺县| 塘沽区| 女性| 隆昌县| 聂荣县| 万全县| 丰原市| 盐城市| 淮南市|