cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable UI binded to Value node attribute

Former Member
0 Kudos

Hi All,

I have created a form with the help of different layouts (textview, radio button, drop down etc) which are embedded in transparent container. My problem is that when i deploy the application then screen displays all the ui with data but fields are in disabled mode. I have binded Ui with Value node attribute

Example: Node A -


> attribute a, attribute b, attribute c.

Text view Ui element is bidden to -


> A . attribute a

Radio button element is bidden to -


> A . attribute b

I want all fields in transparent container to be in enabled mode.So, that user can modify the details of form..

Kindly help to solve this issue.

Thank you.

Regards,

Abhijeet

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi Abhijeet

Let see with All possible scenario

1. Check NodeA lead selection property is true.

2. Then check the UI element(Text View and Radio Button )property : enable and readOnly

3.write at wddiinit

wdContext.nodeSADSD().createAndAddSADSDElement();

Hope it help.

Best Regards

Satish Kumar

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you all.

My problem is solved.

Regards,

Abhijeet

chander_kararia4
Contributor
0 Kudos

Hi

Set the cardinality of Node A as 1...n

&

set the cardinality of attributes as 1

Regards

Chander Kararia

# Please close the thread once get the correct answer. Give rewards for answers.

Former Member
0 Kudos

Hi,

Set the cardinality of nodeA as 1..n

Or

Create an element for the node.

Regards

Ayyapparaj