0

jQuery 位置使用 caja 不支持的“Fixed”,因此 nice simpleposition: {my: "top", at: "top", of: $("#here")}不适用于 htmlService。所以要移动我的小部件,我必须使用 css 并将位置更改为绝对位置。

有什么方法可以达到与 position: {my: "top", at: "top", of: $("#here")}使用 htmlService 相同的效果吗?

或者我可以使用 jQuery 对话框的替代方法吗?当有人在不离开侧边栏的情况下单击按钮时,我想打开一个简单的提示。

4

1 回答 1

0

我看到您希望在单击按钮时出现一个对话框。为此,您可以参考以下这些文档:

  1. https://developers.google.com/apps-script/guides/ui-service#CustomHTML

  2. https://developers.google.com/apps-script/guides/dialogs#alert_dialogs

希望有帮助!

于 2014-11-21T23:39:15.880 回答