get Tab Order
Returns order of FormElement for document. We calculate the tab order with two different methods:
- A Fallback tab order that is quick to calculate. This will provide reasonable tab ordering but it won't be correct.
- In the background, we start calculating the proper tab order. When this is done, onFormTabOrderUpdated will be called.
Return
List of FormElement in tab order.