formButtons tabindex
formButtons tabindex
dsteinberg
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?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
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.
Thanks - that sounds like a good suggestion. I'll get that in for 1.6.
And thanks also for the kind words!
Regards,
Allan
Just a quick update - I've committed this and it will indeed be in 1.6 (which should be available in December).
Allan
Fantastic, thank you so much!