Orbeon Forms - 查找当前 Document_id

发布于 2024-10-19 21:04:06 字数 68 浏览 0 评论 0原文

我想要一个显示当前 document_id 的文本框。是否有 XPath 表达式可以实现这一点?

I want to have a text box have the current document_id displayed. Is there an XPath expression to get that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱花坊 2024-10-26 21:04:06

以下 XPath 返回当前文档 ID,与您在通过单击摘要页面中的表单实例获得的编辑页面上的 URL 上看到的相同。

xxforms:instance('fr-parameters-instance')/document

但请注意,如果您在计算表达式中使用此值,则对于新表单,只有在表单中完成更改后才会显示该值(例如,用户在字段中输入了值)。

The following XPath returns the current document id, the same that you see on the URL on the edit page you get by clicking on a form instance in the summary page.

xxforms:instance('fr-parameters-instance')/document

Note however that if you use this in a calculated expression, for new forms, the value won't show until a change was done in the form (e.g. users entered a value in a field).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文