Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

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?