Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Create a Tab function with Javascript

Avatar

Former Community Member
Greetings,



Is there anyway, using javascript, to create a tab? In other words move the focus of form to another field but not exit focus on the current field?



Rick Kuhlmann
3 Replies

Avatar

Level 7
The LiveCycle Designer JavaScript equivalent is:<br /><br />xfa.host.setFocus("<fieldreference>").

Avatar

Former Community Member
Mr. Kaiser,



Thanks for your input. However, I do not need to set the focus to another field, I want to traverse the tab order one tab and keep the focus on the current field.



That is another way of saying we tried setFocus...no luck.



Rick Kuhlmann

Avatar

Level 7
Acrobat and LiveCycle Designer only focus on one field at a time. But you can query any field with out losing focus of the current field.