Hi all,
I’d like to set the tabindex of the created editor textbox to “1”.
Is there a way to do so, without hacking the source code?
Thank you in advance,
Simon
Hi all,
I’d like to set the tabindex of the created editor textbox to “1”.
Is there a way to do so, without hacking the source code?
Thank you in advance,
Simon
Add EditorView.contentAttributes
.of({tabindex: "1"})
to you configuration.