【发布时间】:2014-12-20 14:32:02
【问题描述】:
我的系统上有这段代码,在 xp:viewColumn: 内:
<xp:eventHandler event="onclick" submit="true"refreshMode="complete">
<xp:this.action>
<xp:actionGroup>
<xp:executeScript>
<xp:this.script><!CDATA[#javascript:sessionScope.retornarPara=view.getPageName()}]]>
</xp:this.script>
</xp:executeScript>
<xp:openPage target="openDocument" documentId="#javascript:entry.getDocument().getUniversalID()}">
<xp:this.name>
<![CDATA[#{javascript:return "/xsp_arma.xsp"}]]>
</xp:this.name>
</xp:openPage>
</xp:actionGroup>
</xp:this.action>
</xp:eventHandler>
我需要 xp:openPage 打开的页面位于新选项卡中。那可能吗?我需要使用其他类型的代码吗?
谢谢。
【问题讨论】: