Avatar

Level 1

Hi,

a (hopefully) last question:

I have a table on my dynamic form. The binding of a textfield inside my table is as follows:

$.element1.element2[*].element3

The result of this is that for each element2 under element1, the value of element3 is shown in the table as a separate row.

So far, so good.

But now, inside the javascript attached to the textfield, I want to know the value of an attribute on element3 that is shown in the current textfield. Is this possible?

I tried a syntax like this:

fa.resolveNode("$record.element1.element2[*].element3.name_of_my_attribute").value

Without success!

thanks again for your help,

Peter