Expand my Community achievements bar.

Scripting Tab Order with Traversal

Avatar

Former Community Member
Hi all,



I just recently learned that tab order can also apparently be controlled using the traversal function in Formcalc or JavaScript. I found a post (http://www.adobeforums.com/webx/.3bb8fbfc) which gives an example:



$.traversal.#traverse.ref = "TextField3"



However, when I try this I get "Error: accessor '$.traversal.#traverse.ref' is unknown."



I copied this code straight into the Script Editor, then copied the correct name of the field from the Script Editor window of that field and pasted it in. So I know there are no typos. The example above is Formcalc, and the language is set to Formcalc.



From the error, it sounds like Formcalc can't make sense of "$.traversal.#traverse.ref." I've tried other options (like $.traversal.traverse) but so far nothing has solved the problem.



Deadlines are looming, and I've already spent a disproportionate amount of time trying to solve tab order problems on this form and others...so any solutions would be greatly appreciated!



Thanks in advance--



Kathryn
0 Replies