This plugin adds the possibility to tab in/out of TinyMCE.

Plugin options

NameSummary
tabfocus_elements This option enables you to specify an element ID to focus, when the user pressed the tab key inside the editor.

Initialization Example

tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "tabfocus"
});