cancel
Showing results for 
Search instead for 
Did you mean: 

Need to set visibility of UI element from a group of UI element

Former Member
0 Kudos

I have a header in which i have three label's and 3 corresponding Input fields .I need to set the visibility of one Label and input field NONE in

UWL-MODE which is my attribute but show this fields in one view could you please help soon I need a programativ solution.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You should create another attribute with Visibility type and set it to the required UIElements and you can switch to VISIBLE and NONE based on the requirements.

Regards,

Saravanan K

Former Member
0 Kudos

Hi,

Create an attribute of type WDVisibility bind this to the input and the label's

<b>visible</b> property

Initially set this to WDVisibility.VISIBLE

based on your condition change this to WDVisibility.NONE

Regards

Ayyapparaj