Lotus Domino Designer: Add a button in the default calendar

。_饼干妹妹 提交于 2020-01-02 23:06:48

问题


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

This button is a http link.

Like this:

Any idea ? I begin with Lotus Domino Designer.


回答1:


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")


来源:https://stackoverflow.com/questions/7982384/lotus-domino-designer-add-a-button-in-the-default-calendar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!