TinyMCE:Configuration/accessibility focus
From Moxiecode Documentation Wiki
[edit]
Option: accessibility_focus
If true, some accessibility focus will be available to all buttons: you will be able to tab through them all. If false, focus will be placed inside the text area when you tab through the interface. The default is true.
[edit]
Example of usage of the accessibility_focus option:
tinyMCE.init({
...
accessibility_focus : false
});
