有没有什么方法可以通过嵌入代码(我们为 嵌入文档)或 javascript/jquery?
Is there any way of removing or disabling the 'open in new window' icon of google doc reader( when used in embedded mode interface) through the embedded code(which we write for embedding documents) or javascript/jquery?
发布评论
评论(2)
不知道有没有标准的方法。如果你真的想这样做,那么你可以尝试这样的事情。
I don't know if there is any standard method. If you really want to do it, then you can try something like this.
不,据我了解,嵌入代码在来自另一个域(Google)的 iFrame 中运行,因此您无法使用脚本来更改其内容。也许,请尝试添加
&rm=minimal
到嵌入文档的 url。嵌入不带标题和标题的可编辑 Google 文档电子表格工具栏
No, as I understand the embedded code runs in an iFrame from another domain (Google), so you cannot use script to change the contents of that.Perhaps, try adding
&rm=minimal
to the url of your embedded document.Embed editable Google Docs spreadsheet without header & toolbar