If you ever worked on Web applications based on Lotus Domino you might need a Web implementation of a standard "Select Addresses" dialog for selecting users from Domino Directory.
I am talking about this iNotes dialog window:
So eventually I had to rely on something custom, developed by me or anyone else from Lotus Notes community. Fortunately I found one workable solution I want to share with you. When I worked on this post I realized that I can not remember the source where I got this example. I found it a couple of months ago so sorry about that.
Anyway, here is a database with the workable solution: ypastov.webAddressDialog.nsf
It contains two design elements: Notes form "(Web)\Address" and Notes Agent "(Web)\AddressOpen" that is used on form WebQueryOpen.
I intentionally got rid from all css for this Web dialog since anyway you would use your application styles.
Do not forget that this solution will work only for authenticated users, you can not test it as Anonymous since this functionality reads data from system Domino Directory(ies)
No comments:
Post a Comment