Option: accessibility_focus

If this option is set to true some accessibility focus will available to all buttons, you will be able to tab through them all. If you set this option to false, focus will be placed inside the text area when you tab through the interface.

Example of usage of the accessibility_focus option:

tinyMCE.init({
	...
	accessibility_focus : false
});