I have an xPage which has a view container on it. I want to make column 1 clickable, so that it will launch the content of the underlying document in a pop-up dialogbox. I effectively want to do some kind of @Dialogbox on a view container in an Xpage. Is it possible and if so how? Thanks.
Subject: Possible Solutions
Lemens, you may find this link from Paul Withers helpful. It contains links to other sites that give information about creating dialogs in xpages.
http://www-10.lotus.com/ldd/nd85forum.nsf/0/0084aa95443d02be8525770b0059a205?OpenDocument
I’ve used the information, and it works very well.
Subject: @DialogBox not supported
@DialogBox isn’t supported in XPages, see http://www-10.lotus.com/ldd/ddwiki.nsf/dx/List_of_Formula_Not_Supported_In_XPages
You could use a tooltip custom control (google for “tooltip custom control xpages”) or a dijit dialog (again, there are various examples available on the web). If you’re just showing info, not allowing the user to edit it, both will work fine.