Lotus Domino Designer:在默认日历中添加按钮

发布于 2024-12-13 10:32:24 字数 175 浏览 2 评论 0原文

默认情况下,我需要向日历添加一个按钮。

该按钮是一个http 链接。

像这样:

在此处输入图像描述

有什么想法吗?我从 Lotus Domino Designer 开始。

I need to add a button to the calendar by default.

This button is a http link.

Like this:

enter image description here

Any idea ? I begin with Lotus Domino Designer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不乱于心 2024-12-20 10:32:24

找到您在设计器中看到的视图,然后添加 操作按钮到操作栏。

要让操作打开 URL,请将其设为“Formla”操作并使用 @URLOpen 公式

@URLOpen("http://www.stackoverflow.com")

Locate the view you are seeing in the designer, and add an Action button to the action bar.

To have the action open an url, make it a "Formla" action and use the @URLOpen formula

@URLOpen("http://www.stackoverflow.com")
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文