cancel
Showing results for 
Search instead for 
Did you mean: 

Binding Issue

maarten_duits2
Participant
0 Kudos

Hi all,

I created this Context:

- ParentNode (1..1)

--- ChildNode (1..N)

-


ValueAttr (type String)

In the init fase a fill the ChildNode with 10 elements.

(VallueAttr[0] etc..)

What i want to do is to bind all these 10 ValueAttr elements to 10 UI elements during Runtime (WDModifyView).

Can somebody tell me if this is possible. If so, could you tell me how?

I hope i explain my question right. If not pls tell me.

Thx in advance.

Regards, Maarten.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Question is not totally clear (to me). But some remarks:

You cannot bind a UI element property to an attribute of an individual node <b>element</b>.

So you cannot for example bind the "value" property of 10 input fields to the attribute "ValueAttr" of the 10 elements of node "ChildNode"...

...unless you put them into a Table UI element.

If you want to use 10 indidual input fields outside of a table, you need 10 different attributes in the context.

Armin

maarten_duits2
Participant
0 Kudos

Armin,

Thx for the answer. It wasn't what i hoped, but i do know it know.

Regards,

Maarten.

Answers (0)