I would like to change the current tab behavior. Currently, pressing tab in the content places a TAB character into the content, whereas I would like to move focus to the next control in the tab order (a "Save" button in my scenario).
Also, when a user tabs into the editor from the previous control in the tab order, focus is set to the first button on the toolbar, whereas I would like to set focus in the content area.
Is there an easy way to change this behavior, or do I need to add my own event handler?
Also, when a user tabs into the editor from the previous control in the tab order, focus is set to the first button on the toolbar, whereas I would like to set focus in the content area.
Is there an easy way to change this behavior, or do I need to add my own event handler?