我已经与Google's Apps脚本在现场,但是,我需要把这个谷歌网站内,问题是当我在Google's部位插入Apps Script的URL,这是不允许的脚本需要页面的完整大小。有没有任何形式可以做到这一点?非常感谢所有帮助和方向,你可以给我。有可能与Google Apps脚本使用Google's网站全尺寸?
回答
当你embed web app in Google Sites,这只是一个iframe,你可以定义高度和宽度,但你仍然仅限于页面的大小。您可以随时直接链接到网络应用的网址。
感谢您的帮助的朋友,是的。其实我想这样做,但我的网站将被托管到一个托管其他网站的Google站点,然后,当您正在查找我的“页面”时,这会显示为共享文件(Apps脚本)。出于这个原因,我需要在脚本中包装脚本。 – DarthAE
您可以将网站布局设置为100%宽度,然后将小工具也设置为100%宽度(这会影响您的所有网站),唯一的缺点是无法将小工具的高度设置为100%,因此您需要将其设置为您在Web应用程序中预期的最大高度。希望[新版Google网站](http://googleforwork.blogspot.mx/2016/06/powering-a-more-connected-and-collaborative-enterprise.html)包含嵌入应用脚本的更多选项。 – ocordova
- 1. 网站与谷歌Apps脚本
- 2. 是全尺寸网站无响应?
- 3. 使用Google Apps脚本
- 4. 如何使用Google Apps脚本将Google文档插入Google网站
- 5. 如何使用Google Apps脚本将Google小工具嵌入Google网站
- 6. 网站上的Google Apps脚本小工具是否可以使用OAuth?
- 7. 将文件上传到Google网站。 Google Apps脚本
- 8. Chrome网络应用和Google Apps脚本
- 9. 需要使用Google Apps脚本列出所有网站在谷歌域名下
- 10. Google脚本获取PDF文档尺寸
- 11. 在Google Apps脚本中,可能通过使用approval_prompt
- 12. Google Apps脚本使HTTP POST
- 13. Google Apps脚本EventHandlers与用户数据
- 14. 安全JDBC和Google Apps脚本
- 15. 使用Google Apps进行网站登录?
- 16. Google Apps引擎,Google Apps脚本和Javascript
- 17. Google Apps脚本CoffeeScript
- 18. Google Apps脚本DockPanel
- 19. Google Apps脚本[createServerClickHandler]
- 20. 从Google Apps脚本
- 21. Google Site Apps脚本
- 22. Google Apps脚本ToggleButton用法
- 23. “范围的坐标或尺寸无效” - Google Apps脚本和JSON数据
- 24. 使用Google Apps脚本在Google Apps帐户中迁移邮件
- 25. Google Apps脚本使用replaceText()使文本成为可点击的网址
- 26. Google Apps脚本中针对DOD网站的SSL验证
- 27. 使用OAuth从Google Apps网站中的链接的Google Apps脚本中检索“消费者”电子邮件
- 28. 全尺寸Silverlight应用尺寸
- 29. 使用C#执行Google Apps脚本
- 30. 离线使用Google Apps脚本
欢迎SO!请提供代码片段,然后我们将能够为您提供帮助。 – Eugene