tab_index property

tab_index property

Index that represents the element’s position in the tabbing order. See the tabindex attribute definition in HTML 4.01.

Definition:

@property
def tab_index(self):
    ...
@tab_index.setter
def tab_index(self, value):
    ...

See Also