Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

setFocus in render pdf as html

Avatar

Former Community Member
How to change setFocus function so that it can work when render pdf as html?



such as xfa.host.setFocus("textField1");



How can i change it ?
1 Reply

Avatar

Former Community Member
xfa.host.setFocus(xfa.resolveNode("textField1")); maybe?