formButtons tabindex

formButtons tabindex

dsteinbergdsteinberg Posts: 20Questions: 6Answers: 1

Hi, I've noticed that we can't set the tabindex on formButtons and that they default to 0. A hack I've come up with is to call: $(".DTE_Form_Buttons").children().attr('tabindex', whatever); to set the tabindex to what I want.

DTE has this hardcoded as: .attr( 'tabindex', 0 ). Can you please make this configurable for future releases? :smile:

This question has an accepted answers - jump to answer

Answers

  • dsteinbergdsteinberg Posts: 20Questions: 6Answers: 1

    Also - seriously well done with these scripts. I think this is the first time that I've actually found a bit of functionality hardcoded and I've been utilizing a LOT of configuration options. The fact it took until some obscure feature hardly any folks will notice or care about....I am constantly impressed by Datatables and DTE.

  • allanallan Posts: 61,805Questions: 1Answers: 10,119 Site admin
    Answer ✓

    Thanks - that sounds like a good suggestion. I'll get that in for 1.6.

    And thanks also for the kind words!

    Regards,
    Allan

  • allanallan Posts: 61,805Questions: 1Answers: 10,119 Site admin

    Just a quick update - I've committed this and it will indeed be in 1.6 (which should be available in December).

    Allan

  • dsteinbergdsteinberg Posts: 20Questions: 6Answers: 1

    Fantastic, thank you so much!

This discussion has been closed.