cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic UI Elements Creation

Former Member
0 Kudos

Hi Experts,

My requirement is to display the contents of the flat file (TXT) in the browser with UI elements (Radio button, chechbox, text view...).

The user can pass any number of contents in the flat file and based upon the count I need to create the Radio Button/ Checkbox/ Text view element in the Layout.

I know the dynamic creation of nodes and UI elements is possible in WDA but I want to know is that the right way to proceed for the development. I read about recursive node in WD documentation too.

Please advice me how to proceed!

Many thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Madhu2004
Active Contributor
0 Kudos

you can create a row repeater with the Checkbox/radio button etc.

Have e 0..n cardinality node and bind this to the row repater.

Bind the values from text file to this node