Problem in Tabindex
Posted
by i2ijeya
on Stack Overflow
See other posts from Stack Overflow
or by i2ijeya
Published on 2010-04-20T10:11:20Z
Indexed on
2010/04/20
10:13 UTC
Read the original article
Hit count: 563
I have around 50-60 components and some of the fields are readonly. Now I want to set the tab index only for the fields that are read/write.
Now the problem for me is, some of the components will be added according to the selection in my dropdown list box. Those components that are newly populated also contains some read only text boxes. The thing is, some of the options in the dropdown list may contain or may not contain components.
So how could I Give the tabindex appropriately.
eg : textbox1 : tabindex="1" textbox2 : tabindex="2" dropdown : tabindex="3" textbox for dropdown : tabindex="?" textbox : tabindex="?"
© Stack Overflow or respective owner