This topic is locked
[SOLVED]

 tabIndex for fields

11/7/2013 3:41:50 AM
PHPRunner General questions
S
sgchan author

There is likely a trivial answer to this but how do you add tabIndex on fields (NOT tab)? Currently the tab goes left-right, top-bottom. I want to have a "logical" tab index based on the "subjects" grouped together.
P.s. - I am using PHPR 6.2

W
wildwally 11/7/2013

tabindex is a function of html, try manually adding tabindex=1, tabindex=2, tabindex=3, etc to the fields in the html editor. A simple search of html tabindex on google will offer plenty of examples.

S
sgchan author 11/7/2013



tabindex is a function of html, try manually adding tabindex=1, tabindex=2, tabindex=3, etc to the fields in the html editor. A simple search of html tabindex on google will offer plenty of examples.


Thanks for the reply. Yes, I am familiar with tabindex but was just hoping to find something built in inside PHPR. Thanks heap.