有没有办法将分页器控件附加到扩展库中的 dynamicViewPanel?
Posted
技术标签:
【中文标题】有没有办法将分页器控件附加到扩展库中的 dynamicViewPanel?【英文标题】:Is there a way to attach a pager control to a dynamicViewPanel from the extension library? 【发布时间】:2012-03-12 13:57:16 【问题描述】:我正在使用 8.5.3 UP1,我真的很喜欢扩展库 dynamicViewPanel,但我不知道如何将寻呼机控件附加到它?看起来应该很明显,但我无法弄清楚。
谢谢
【问题讨论】:
【参考方案1】:如果您使用标准分页器,它似乎可以工作,但我无法使用 extlib 中的分页器添加行控件使其工作。也许你应该把这个报告给 openntf 的 extlib 团队
<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex">
<xe:dynamicViewPanel id="dynamicViewPanel1" showCheckbox="true"
showHeaderCheckbox="true" showColumnHeader="true"
showUnreadMarks="true" rows="5">
<xe:this.data>
<xp:dominoView var="view1" viewName="View"></xp:dominoView>
</xe:this.data>
</xe:dynamicViewPanel>
<xp:pager layout="Previous Group Next" partialRefresh="true"
id="pager1" for="dynamicViewPanel1">
</xp:pager>
</xp:view>
【讨论】:
谢谢!这完美!我只是感到困惑,因为我无法从寻呼机属性中的“附加到”中选择视图面板。从未想过只输入 for="dynamicViewPanel1"!以上是关于有没有办法将分页器控件附加到扩展库中的 dynamicViewPanel?的主要内容,如果未能解决你的问题,请参考以下文章