【发布时间】:2014-09-29 03:33:09
【问题描述】:
当从电子表格应用程序关闭模态对话框(使用showModalDialog() 打开)时,我想做一些事情。
但是,我在 Google 提供的 API 文档中找不到此类事件的参考。 I found how to capture this event in a Alert Box,通过使用这段代码,我可以捕捉到用户如何关闭警报框,但我不能在模态对话框或无模式对话框中使用它。
有没有办法做到这一点?如果有,请回答。
【问题讨论】:
标签: javascript google-apps-script modal-dialog google-sheets google-spreadsheet-api