关闭侧边栏表单提交中创建的页面

时间:2019-02-21 18:06:35

标签: html google-apps-script web-applications

enter image description here

我在侧边栏有一个模板,该模板带有使用附加到工作表的html服务的表单(屏幕截图)。在我的模板中,当我按下“提交”按钮时,它会激活:

        function handleFormSubmit(formObject) {

            google.script.run.processRowPopupHTML(formObject); // the output from form goes to processDocBuildHtml
            google.script.host.close();

        }

只要将textarea中的文本发送到服务器端,此方法就可以正常工作。但是当发生这种情况时,我得到一个大的空白屏幕,看起来像:

enter image description here

然后我必须关闭它。有什么办法可以避免这种情况?

0 个答案:

没有答案