Disable tab as indent character in redactor

316 views Asked by At

The default configuration for the tab keys is to indent the paragraph. Is there a way to disable this behavior? I want the tab key to move the cursor to the next input field on the page.

1

There are 1 answers

2
MForMarlon On BEST ANSWER

According to the redactor docs:

$('#redactor').redactor({
    tabKey: false
});