LiveCycle Designer: 8.1
HI,
I am able to set the font weight for a particular TextField value in my form as follows.
xfa.resolveNode("Message.Message.OfferLetter.OfferLetterHeader.CustomerName").font.weight = "bold";
My question is, is it possible to set the font weight for part of a TextField value?
e.g. "Username: Some UserName", where "Username:" is set to bold weight and "Some UserName" is normal weight.
The text "Username: Some UserName" is currently bound to the TextField Value from a source XML file and I cannot easily separate the source XML (so that I could bind part of the XML to the TextField Caption and part to the TextFiel Value)
Regards
James