How to control tab button cursor pointing in horizontal direction

37 Views Asked by At

In EXTJS how we can control tab cursor movement in form page , currently I have textfields in formpanel and when pressing tab button its moving in vertical direction I want to move that in horizontal direction

1

There are 1 best solutions below

1
Gaurav On

It's handled in way how the component is being added in the container component.

Try using tab Index config - https://docs.sencha.com/extjs/7.6.0/classic/Ext.form.field.Text.html#cfg-tabIndex

Share Sencha fiddle with similar layout