Hi,
How can I do that according to picture below with Adobe LiveCycle Designer ES2?
Solved! Go to Solution.
Views
Replies
Total Likes
I think something like this would work:
the code should be placed on the radio button group
switch(this.rawValue){
case "1":
textfieldA open;
break;
case "2":
textfieldA readOnly;
textfieldB open;
break;
}
There's a tutorial at: http://acrobatusers.com/tutorials/2007/09/js_disabling_fields that may help
Views
Replies
Total Likes
I think something like this would work:
the code should be placed on the radio button group
switch(this.rawValue){
case "1":
textfieldA open;
break;
case "2":
textfieldA readOnly;
textfieldB open;
break;
}
There's a tutorial at: http://acrobatusers.com/tutorials/2007/09/js_disabling_fields that may help
Views
Replies
Total Likes
Thanks very much
Views
Replies
Total Likes
Views
Likes
Replies