Open document in new tab from xPages viewpanel?
问题 Is there any way to open the document in a new browser tab when the link in a view panel is clicked? 回答1: You have two options. one is the way that Tim explained. And another, you can compute the view column value as link. There you can use the _new or _blank property. Simply say, View Column can be given as a HTML. There you can compute the page with html href tag. 回答2: "target" is one of the properties of the view panel component. If you specify "_blank" (as Ferry suggested) as the value of