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.
默认情况下,我需要在日历中添加一个按钮。
此按钮是一个 http 链接。
像这样:
任何想法 ?我从 Lotus Domino Designer 开始。
找到您在设计器中看到的视图,并将操作按钮添加到操作栏。
要让该操作打开一个 url,请将其设为“Formla”操作并使用@URLOpen公式
@URLOpen("http://www.stackoverflow.com")