问题描述
是否可以在xPINC应用程序的extlib中使用名称选择器来从服务器端地址簿中进行选择?当前正在浏览器中运行,我能够从服务器端name.nsf中提取,并且在以xpinc运行时,我会提取本地名称.nsf.
Is it possible to use the name picker in the extlib in an xPINC app, to pick from the server side address book? Currently running in the browser I am able to pull from the server side names.nsf, and while running as xpinc I pull the local names.nsf.
您知道这是否可行吗?真正试图完成写一次遍地运行".
Do you know if this is possible? Really trying to accomplish "write once run everywhere".
<xe:namePicker id="namePicker1" for="djextNameTextBox3">
<xe:this.dataProvider>
<xe:dominoNABNamePicker groups="false"
nameList="peopleByLastName" people="true"
addressBookSel="db-name" addressBookDb="names.nsf">
</xe:dominoNABNamePicker>
</xe:this.dataProvider>
</xe:namePicker>
推荐答案
要指定其他服务器,请执行以下操作.
To specify a different server you would do the following.
addressBookDb="SERVER!!names.nsf"
我建议阅读"XPages扩展库.下一代XPages组件的逐步指南",因为它详细介绍了该组件(页165).
I recommend reading the "XPages Extension Library. A Step-by-Step Guide to the next generation of XPages Components" as it details this component more (Page 165).
这篇关于我可以在xPINC中运行extlib名称选择器来查找服务器上的目录吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!