I would like to return the path of an object within its javascript code.
Is there an attribute that will help me do this?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Not sure I understand your request.
To get the path of an object with the XML structure of an XFA form you can use:
this.somExpression;
This will return something like:
xfa[0].form[0].form1[0].Page1[0].Name[0]
Views
Replies
Total Likes
Not sure I understand your request.
To get the path of an object with the XML structure of an XFA form you can use:
this.somExpression;
This will return something like:
xfa[0].form[0].form1[0].Page1[0].Name[0]
Views
Replies
Total Likes
That's exactly what I was looking for, thanks.
Views
Replies
Total Likes
Views
Likes
Replies