- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个自定义控件,我向其中传递数据源。 customercontrol.xsp-config 文件属性:
<property>
<description>The src Datasource source data (WIP)</description>
<display-name>Source Datasource</display-name>
<property-name>srcDatasource</property-name>
<property-class>com.ibm.xsp.model.domino.DominoDocumentData</property-class>
<property-extension>
<required>true</required>
<designer-extension>
<category>1. Workflow Parameters</category>
<editor>com.ibm.workplace.designer.property.editors.dataSourcePicker</editor>
</designer-extension>
</property-extension>
</property>
我想使用自定义控件的 beforePageLoad
事件中的代码向此数据源的 querySaveDocument
添加一些逻辑。此逻辑会将读者和作者名称项目以及一些其他控制值添加到文档中。
如何将我的代码添加到此事件中?
提前致谢...
/新闻
最佳答案
您可以在这里找到解决方案:
http://dontpanic82.blogspot.com/2010/03/xpages-dynamically-binding-document.html
感谢汤米·瓦兰 (Tommy Valand)...
关于xpages - 如何覆盖或添加 XPage NotesXspDocument 事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10095559/
在我的 Notes 数据库中,我在保存文档时执行审计。在 LotusScript 中非常简单。我从服务器获取原始文档 (oDoc),然后在我修改的文档 (mDoc) 中,我执行一个 Forall 循环
我有一个自定义控件,我向其中传递数据源。 customercontrol.xsp-config 文件属性: The src Datasource source data (WIP) Sour
在我正在处理的 JAVA bean 中,我想将 NotesXspDocument(可以使用 NotesDocument)传递给如下所示的方法: public List getReaders(Note
我有一个 XPage,由于(本来应该是)一个小更改而刚刚损坏。 如果我运行(其中 document1 是 NotesXSPDocument 数据源): document1.replaceItem("I
我是一名优秀的程序员,十分优秀!