cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Node bind to attribute of type "STRING_TABLE"

Former Member
0 Kudos

Hi ,

I want to create dynamic node which is bind to attribute of type "STRING_TABLE'.

Basically I want to create this node for inserting dynamic "TEXT EDIT' UI elements in my view .

can sm1 help me in this regard.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

it works

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Seems like you should be able to use the API: cl_wd_dynamic_tool=>create_nodeinfo_from_struct.

The real question is do you really need to create the node dynamically. Why not just create a node that has the string_table attribute in it. Make the node 1:n or 0:n. Bind this node to a RowReapter or MultiPane UI element. Then as a child of the RowReapter/MultiPane you place your textEdit UI element. This way, you will render dynamically how ever many textEdits as there are elements in your node. No need for dynamic node creation.