cancel
Showing results for 
Search instead for 
Did you mean: 

Multipane

Former Member
0 Kudos

Hi All,

I created Multipane UI Element and with couple of Input fields inside multipane,and increasing pane count when i am trying to do validation like based on radio button some fields should become enable or disable.

Regards,

Srinu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

instead of creating pane dynamically you can create it staticly

and you can handle visibility of pane depending on condition

In this way you would have to bind the visibility property of pane to attribute type WDUI_VISIBILITY

now create separate attribute to handle enability of inputfield ( one for each pane ) , bind coresponding inputfield's enable property to that attribute

now handle the enabillity, depending on your condition.

[If max number of pane is 4 , then you can solve your problem as expalined above]

Answers (0)