Avatar

Correct answer by
Level 10

Hi,

In the exit event of Priority dropdown you would include additional script after the clearItems() script.

Along the lines of:

var vName = WOresolution.somExpression;

var fieldObj = xfa.resolveNode(vName + ".ui.#choiceList.border.fill.color");

fieldObj.value = "255,255,225";

WOresolution.font.weight = "normal";

Hope that helps,

Niall

View solution in original post