Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Google Apps 脚本,我制作了一个用于 Google 电子表格的 UI。
调用时,它会出现在电子表格的中心。我想让它可拖动,以便用户可以在必要时将其移开 - 他们可能需要在 UI 处于活动状态时更改单元格选择。
这可能吗?
您应该添加一个标题,然后您可以“按标题”拖动它;-)
例子 : app.setTitle("drag me here");
app.setTitle("drag me here");