cancel
Showing results for 
Search instead for 
Did you mean: 

TabIndex in Tables..

Former Member
0 Kudos

Hi,

Does anyone knows how to implement tabIndex HTML property into Tables?

Currently I have a requirement to navigate using Tab to certain fields first, (Checkbox, InputField, InputField) - I want to ignore the Checkbox and some TextView fields.

Regards,

Daniel

Accepted Solutions (0)

Answers (2)

Answers (2)

siarhei_pisarenka3
Active Contributor
0 Kudos

As I remember if some UI element is disabled (enabled=false) the Tab navigation skips the element and goes to the next one.

BR, Siarhei

former_member185086
Active Contributor
0 Kudos

Hi

WebDynpro table has all the properties inbuild .We did't get tabIndex : HTML property into Tables?

Please explore a little more what exectly you want to achieve ??

Best Regards

Satish Kumar

Former Member
0 Kudos

Simple.

I need to be able to edit the tabIndex for elements inside a Table. I can't be more clear than that. I just want to set a value for this property.

Regards,

Daniel