cancel
Showing results for 
Search instead for 
Did you mean: 

Text edit table binding

former_member190457
Contributor
0 Kudos

Hi everybody

At runtime I need to bind the value property of five textviews (in wdDoModifyView).

Textview1.value must be bound to the text attribute of the first element of a model node

Textview2.value must be bound to the text attribute of the secondo element of a model node

and so on...

I am afraid that such binding is not possibile as I would be just binding the value property to the lead selection of the node and not directly to one very element.

Can anyone please help?

Thanks

Vincenzo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Binding against node elements is not possible. Either create 5 attributes or use a node-driven UI element like Table or RowRepeater. (I assume you mean TextEdit. For read-only TextView you could just use the setText() method).

Armin

Answers (0)