在LiveCycle中,对象名称以#开头是什么意思?

发布于 2024-11-27 10:35:18 字数 218 浏览 0 评论 0原文

LiveCycle 中的某些对象名称以 # 开头,例如 form1.#variables[0].myVar 或者如果我现在正在处理:

Page1.personalDetails.eyeColor.resolveNode("#bindItems[0]").labelRef

为什么 bindItems 有一个 # ?这是什么意思?

Some objects' name in LiveCycle begin with # such as form1.#variables[0].myVar or in case I am dealing with now:

Page1.personalDetails.eyeColor.resolveNode("#bindItems[0]").labelRef

Why bindItems has a # ? What does it mean?

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

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

发布评论

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

评论(3

古镇旧梦 2024-12-04 10:35:18

我得到了它。

<强>.#
匹配一个属性。如果属性和容器具有相同的名称,这很有用; .# 确保该属性被访问。
A.#B

来源:http://partners .adobe.com/public/developer/en/xml/som_2.0.pdf

I got it.

.#
Matches a property. This is useful if both a property and a container have the same name; the .# insures that the property is accessed.
A.#B

source: http://partners.adobe.com/public/developer/en/xml/som_2.0.pdf

我为君王 2024-12-04 10:35:18

它也可以用来引用未命名的子表单:

var x = xfa.form.form1.#subform.TextField1.rawValue;

it can also be used to reference an unnamed subform:

var x = xfa.form.form1.#subform.TextField1.rawValue;
郁金香雨 2024-12-04 10:35:18

编辑:以前的答案完全错误:P

Edit: former answer was just simply wrong :P

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