TinyMCE:Plugins/tabfocus

From Moxiecode Documentation Wiki

Jump to: navigation, search

Plugin: tabfocus

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

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.

Initialization Example

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