redactor

Disable tab as indent character in redactor


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.


Solution

  • According to the redactor docs:

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