Sorry to resurrect this thread, but it never got an answer.
Is there a way to handle the order of Tabbing through objects in Custom Panels (aside from physical placement)?
What I found online about the subject is something like this:
Creating_Logical_Tab_Order_with_the_Tabindex_AttributeNo luck when I attempted to put it into practice, but that's kind of par for the course with custom panels and ogscript in my experience.
Also I guess a comment on the Aura theme, I used to be able to see what object was in focus when tabbing, but now I can only really tell if it's a text field. Even pressing space or enter doesn't really stand out, unless it's on an object like a toggle or checkbox that shows a distinct change.
It doesn't come up too often, but sometimes the layout of objects and their practical use for the operator aren't exactly the same, and being able to create a logical order with Tabs can be surprisingly useful.
As a prime example, here is how I handle a canvas where we enter details following a race:

We always write in the top 4 runners of the race, but sometimes we might need to put in a 5th. Instead of having to type in "1st, tab, 2nd, tab, 3rd, tab, 4th, tab, tab, enter to Update", I've moved the 5th away from the group and have the Update extra tall to manipulate the tab order. Makes it look a little weird, but it works, and like I said, not really the ideal layout.
Similarly, this is a configuration area for a slate:

We always write/select tracks for the dropdowns, but the Abandoned checkbox is more of a special case situation. In this layout, it makes logical sense, but you have to tab twice after each track to get to the next track and continue typing. If we can force a tab order, we can skip the checkboxes automatically.
Instead, I have something like that manipulates the tab order:

It works. But I don't think it looks as good or is as efficient as before.
It doesn't seem like much, but when you have to put information like the race results in upwards of 40-50 times a night, those extra tabs add up.
Anyway, just some thoughts and examples. It would be cool to get an answer to this very specific use case! Thanks.
------------------------------
Mike DeMarco
Video Production Engineer
RCN
Las Vegas United States
------------------------------
Original Message:
Sent: 07-22-2014 03:24
From: Kei Yamamoto
Subject: Tab order,__two or more lines,__etc
Thank you,Mr. Naylor.
Point 1
I am sorry my explanation is not good.
If I push a space key while running DashBoard with some CustomPanel on Windows OS,a same effect occurs as which I click a highlighted(focused) component on the CustomPanel by a mouse.
I think that it is a function of the OS. Whenever I push a tab key, the highlighted component changes.
I have called this highlighted component's changing order "Tab Order" on the previous question.
Point 2
Like your saying it is pretty easy to edit on "Button Attributes" of "Edit Component",isn't it?
Thank you!
Point 3
I will refer to them.
Thank you.
#DashBoard