TinyMCE:Plugins/tabfocus
From Moxiecode Documentation Wiki
[edit]
Plugin: tabfocus
This plugin adds the possibility to tab in/out of TinyMCE.
[edit]
Plugin options
- tabfocus_elements
- This option enables you to specify an element ID to focus, when the user pressed the tab key inside the editor.
[edit]
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "tabfocus"
});
