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="?"