Not sure if this would be a good workflow, but build an array of all the items on the screen and set tab order dynamically if they satisfy whatever criteria your section generation creates. in my experience, forms engines would be predefined somehow, so the page was generated dynamically, but the db dictating the formation of said screen could have other information appended to it (i.e. the tab ordering). In that case, I could process the information and based on id or something else, set the tab orders. Otherwise, very manually, you can create a method that looks at all items you created dynamically, and checks if they should be interacted with (vbox/group vs textarea). Check their x/y positions, parent groups, etc, and determine heuristically the tab order. That algorithm might be more complex, but who knows that's what you want.
Just my 2 cents. JP On Mon, Sep 16, 2013 at 10:43 AM, mark goldin <[email protected]> wrote: > If I have screens that are created dynamically or sections that consist of > a number of single screens that are shown conditionally how would I set > tabbing order? What's worse that is it not very clear when such a group of > screens is ready to have tabbing order to be set. > Any ideas? > > Thanks > -- JP Bader Principal Zavteq, Inc. @lordB8r | [email protected] 608.692.2468
