TinyMCE:Configuration/accessibility focus

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage of the accessibility_focus option:

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