【问题标题】:Is there a way to attach a pager control to a dynamicViewPanel from the extension library?有没有办法将分页器控件附加到扩展库中的 dynamicViewPanel?
【发布时间】:2012-03-12 13:57:16
【问题描述】:

我正在使用 8.5.3 UP1,我真的很喜欢扩展库 dynamicViewPanel,但我不知道如何将寻呼机控件附加到它?看起来应该很明显,但我无法弄清楚。

谢谢

【问题讨论】:

    标签: lotus-domino pager xpages


    【解决方案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"!
    猜你喜欢
    • 1970-01-01
    • 2021-07-16
    • 2021-06-24
    • 2019-07-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-03-16
    相关资源
    最近更新 更多