closed
Public

Is there anyway to control the tab order of form elements in a simulation?

3 answers

Hi Andrew,

You can handle the “Key Up” event for the page and use the “Set Focus” action of the TextEditBox to control the tab order.

You can use the global property {Focused_Element_Id} to know the current focused element.

#1

What determines the default tab order? It would be nice if we could set the tabindex for each input element like you can with html.

#2

Hi Aj, the default tab order is determined by the order you create the elements. After the elements are created, the only why to change the default tab order is to cut/paste the element to move it to the end of chain. Which works but not convenient.

It is a good idea to introduce something like the tabindex in html, we will consider it as a new feature.

#3

This question is now closed