Hello
I have a sub form with 1 text field, 1 drop-dow and 2 check boxes. My requirement is,
Depending on the data entry or depending the selection of drop-down list box entry, i need to either greyed out (filling grey color) the check box w/ "readOnly" OR leave as is (white, open, editable)
I tried with the below 2 JS on CHANGE event of text field, but, not working!
xfa.resolveNode("VISITOR.Page2.BankInfo.DebitCheckBox.ui.#textEdit.border.fill.color").value ="192,192,192";
xfa.resolveNode("VISITOR.Page2.BankInfo.DebitCheckBox.ui.checkButton.border.edge.color").value = "192,192,192";
Pls. let me know how to fill the grey colr w/ "readOnly" for a check box depending on the neighbour field's data entry (i guess, i am not prefer to write any JS on these check box's object level, bcz, user want to see INSTANT greyiong out of check box as soon as user enters the data on the text field or selects 2nd entry of drop-down, if its INSTANT greying out, then am fine for any solution)
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
As usual its awesome from Niall
Thank you
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies