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

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:

主站蜘蛛池模板: 浦东新区| 达日县| 肃北| 竹山县| 崇阳县| 博爱县| 闵行区| 柳林县| 广河县| 桂东县| 泰和县| 宁远县| 鸡东县| 马边| 广元市| 正镶白旗| 北流市| 海兴县| 澄迈县| 延庆县| 中阳县| 琼海市| 买车| 琼中| 郯城县| 綦江县| 广安市| 松原市| 平塘县| 五台县| 沂水县| 东山县| 确山县| 蒙山县| 布拖县| 九寨沟县| 攀枝花市| 阳江市| 方城县| 三明市| 凌源市|